You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Font looks weird and half-displayed in many cases on the screen.
Reason
After extensive research, I've found that this is due to font downscaling causing sub-pixel alignments, meaning that there aren't enough pixels to show font detail at that small a size. There isn't really any solution to this, due to a lack of physical pixels on the screen.
A potential way to circumvent the problem, is to either:
Make the font bigger.
Make the font thicker
Use anti-aliasing or some form of linear-interpolation between pixels (causes a considerable amount of blur when the sub-pixel problem arises).
I have opted for a blend of all three of these solutions.
Problem
Font looks weird and half-displayed in many cases on the screen.
Reason
After extensive research, I've found that this is due to font downscaling causing sub-pixel alignments, meaning that there aren't enough pixels to show font detail at that small a size. There isn't really any solution to this, due to a lack of physical pixels on the screen.
A potential way to circumvent the problem, is to either:
I have opted for a blend of all three of these solutions.
References
The text was updated successfully, but these errors were encountered: