本帖最后由 c020109703 于 2017-5-30 01:50 编辑

Betterfonts是个1.2.5起就存在的老mod了,它可以支持调用系统TTF字库显示游戏文字并自由调整文字大小,看起来很舒服,解决了部分mod(如神秘时代)默认点阵字号过小看不清的问题。
这里只针对1.4.6以后的大版本提供安装包,更老版本请到作者原帖搜索。

1.6-1.7.10原站下载请至
http://secretdataz.github.io/BetterFonts/


1.8后名为TrueType Font Replacement,由Custom Stuff系列的作者CubeX2接管开发,
请至
13025771885的搬运贴下载
http://www.mcbbs.net/thread-616658-1-1.html

注意:此mod不兼容低于1.6.4并同时含有Optifine和光影的客户端版本,所以当有需要共存时请取舍,或至原帖下载作者提供的针对Optifine和光影兼容而特别修改过的mod文件才可以正常使用(如果有的话),否则客户端将会黑屏崩溃而无法游戏。
作者将1.6.4下适用的版本更新到了1.0.4a,也实现了该版本下联机时与Optifine和光影的完美兼容,客户端不再崩溃!



这里感谢 T.~以后 提供的一些关于本mod安装细节和新版forge环境下相关问题的特别说明

补充几点:1.第一次安装如果不手动写入配置文件启动游戏会崩溃一次,原因是mod的配置文件生成有问题...
所以推荐在安装的时候先不要启动游戏,进入config手动建立配置文件

2.若在forge10.13.4.1448下安装或者是更高版本的forge的话

由于新版forge改了关于splash方面的东西....
再次安装本mod就会崩溃
解决办法是进入config\splash.properties里面
把enbled后面的true改为false

  1. enabled=false
复制代码



【效果图】演示字体为方正准圆









【安装方法】

<1.5.2:解压后放入minecraft.jar中覆盖旧文件。
1.6.2-1.7.10:放入mods\即可。

然后在config\目录下创建一个betterfonts.cfg文件,加入以下所有内容保存即可。
其中font.name=这行可以改为你希望调取的字体名称,汉字请用U码代替,下附汉字U码转换器。

Unicode.rar (7.16 KB, 下载次数: 34974)
  1. # This is the BetterFonts configuration file. Any lines that start with # are
  2. # comments and get ignored. If the same property name appears multiple times
  3. # in the file, only the last value will be used.

  4. # The font.name property changes the default font used in Minecraft. This can
  5. # be the name of a real font like Times New Roman, or one of Java's logical
  6. # fonts like Serif, SansSerif, or Monospaced. If font.name is missing, the
  7. # default font used will be SansSerif.
  8. font.name=[请在这里输入你想要在游戏中调取的TTF字库名称]
  9. #font.name=Monospaced
  10. #font.name=Times New Roman

  11. # You can use the font.size property to affect how large or small the text
  12. # will appear. This must be an integer greater than zero, and if omitted
  13. # the default size used is 18.
  14. font.size=18

  15. # This property enables anti-aliasing which blurs the edges of the font to
  16. # make it seem less jagged, but this can also make the font seem less sharp.
  17. # The property should be set to either the word "true" or "false, and you'll
  18. # have to experiment with both options to determine which one looks better.
  19. # If font.antialias is missing, the default is to disable anti-aliasing.
  20. font.antialias=false
  21. #font.antialias=true

  22. # By default, Minecraft draws drop shadow for any text in the GUIs and the
  23. # chat. Setting this to "false" will disable this shadow which can make some
  24. # fonts more readable.
  25. font.dropshadow=true
  26. #font.dropshadow=false
复制代码


【下载地址】

http://pan.baidu.com/s/1JSyK



【源代码】

找不到特定版本的如果有编程能力可以用它自己编译
当前源码已更新至1.7.10

Github:http://github.com/secretdataz/BetterFonts感谢