Sk1erLLC / Patcher

A Forge mod full of Vanilla bug fixes, Quality of Life improvements, and performance enhancements.
Other
232 stars 60 forks source link

Some text elements are not scaled properly #113

Closed willocn closed 2 years ago

willocn commented 2 years ago

Elements like the ping display in tab and the glances above the hotbar are scaled poorly. They should be the same size as the rest of the text elements on the tablist. 2022-09-15_14 18 05 This is on a 4k display with large gui scale

Sychic commented 2 years ago

This is intended, they are meant to be drawn smaller than normal text to fit easier and differentiate from other text.

willocn commented 2 years ago

This is intended, they are meant to be drawn smaller than normal text to fit easier and differentiate from other text.

It's completely unreadable at GUI scales where every other element on the screen is readable, maybe there should be an option for scaling then

Sychic commented 2 years ago

It's completely unreadable at GUI scales where every other element on the screen is readable, maybe there should be an option for scaling then

It should scale with your set Minecraft GUI Scale.

willocn commented 2 years ago

It does, however like I said it is not readable at some scales, where all other text on the screen is. Another contributing factor is that the aliasing makes the numbers look worse at some GUI scales. image Result is that the features are borderline illegible at normal viewing distance and a smaller gui scale. This problem is resolved when those text elements match the size of the rest of the UI text.