SmoothFont setting font fails
LSK-LW opened this issue ยท 8 comments
Your GTNH Discord Username
No response
Mod Version
1.0.0-alpha1
Java Version
Java 8
Bug Report
SmoothFont setting font fails, no logs
Mod List
SmoothFont
unimixins
angelica
Final Checklist
- I have searched the issues and haven't found a similar issue.
- I have read the known incompatibilities and this is not related to one of those.
Issue is back with Alpha31. Font render helpers are disabled, but setting font is not working.
Edit: the setting was lost due to the config file rename. Restoring it made SmoothFont working again.
latest.log
If it is of any use. I have the same problem.
latest.log If it is of any use. I have the same problem.
# Batch drawScreen fonts [Experimental] [default: true]
B:enableFontRenderer=false
Worked. Here's a log with a setting disabled.
latest.log
I'm wondering. If the mod presence can be detected timely, may be the setting can be turned off automatically?
I'm not planning to disable the batched font renderer, what we'll likely do is investigate the problem and add compat; unless smooth font is already doing batched rendering. For now the workaround is to disable it at the cost of some efficiency.
I wish the source for SmoothFont was available.
There's an alternative https://github.com/cubex2/BetterFonts but IDK how complete it is compared to SmoothFont.