TrueType Font Replacement

TrueType Font Replacement

110k Downloads

Rendering issue with Refined Storage Grid

misterfixit opened this issue ยท 5 comments

commented

http://puu.sh/pyKbM.png

the picture above shows that the text is having overlay issues most notably the flint is overlapping the item count in the grid, is there any way to fix this. I have posted a similar issue on the Refined Storage github as well.
Fyi this happens accross multiple font types, I have not found one that doesn't have this issue.

commented

For the author of BetterFonts, this is the part of the code where I'm rendering that text:

https://github.com/raoulvdberge/refinedstorage/blob/mc1.9.4/src/main/java/refinedstorage/gui/GuiBase.java#L210-L230

commented

The problem seems to be that the font is scaled down to a point where some parts disappear. To minimize that effect you can either increase your gui scale or if your resolution doesn't allow that, use a bold font. SansSerif also seems to look good.

commented

That puush link is using SansSerif

commented

One way to avoid the scaling problem is to use a smaller font size when drawing small text. That however would require mods to explicitly do that in their code.