Practical Logistics 2

Practical Logistics 2

15M Downloads

The Book's Font Is Too Small To See.

TartaricAcid opened this issue ยท 3 comments

commented

bug
As shown in this picture.

Minecraft does not have anti-aliasing font rendering method. Using non-integer GL scale ratio will break the font. A line with 0.9 pixel width may be 0 width when rendering.
This issue will be more obvious when you turn on the unicode font in language settings (or you are under some unicode-only language like Chinese), with the game's window height less than 960 px.

From this comment: [BUG] Manual's font size is too small to see

To fix this, my suggestion is: Please use 1.0x or 2.0x scale ratio when rendering the font, or use language file to control scale ratio.

commented

Fixed in dev

commented

Thanks