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
In the current latest version of SFML (2.5.1) there is a bug in outline glyph rendering which makes the outline sometimes inaccurate. This is normally fine for regular fonts, but significant for italic of bold. In some regular fonts, certain characters like : or + also have their outline incorrectly positioned. I have opened a PR to fix this in SFML SFML/SFML#1827. When this PR is merged, or if using a custom build of SFML, the outline can be fixed to the right position by defining SFML_HAS_OUTLINE_GLYPH_FIX when building lxgui.
The text was updated successfully, but these errors were encountered:
In the current latest version of SFML (2.5.1) there is a bug in outline glyph rendering which makes the outline sometimes inaccurate. This is normally fine for regular fonts, but significant for italic of bold. In some regular fonts, certain characters like
:
or+
also have their outline incorrectly positioned. I have opened a PR to fix this in SFML SFML/SFML#1827. When this PR is merged, or if using a custom build of SFML, the outline can be fixed to the right position by definingSFML_HAS_OUTLINE_GLYPH_FIX
when building lxgui.The text was updated successfully, but these errors were encountered: