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
There is a test in putChar() to ignore non-printable characters. If custom glyphs are added to the font however, these will never be displayed unless the 127 is replaced with another value.
(This maximum should probably be derived from the font-definition some how.)
The text was updated successfully, but these errors were encountered:
There is a test in putChar() to ignore non-printable characters. If custom glyphs are added to the font however, these will never be displayed unless the 127 is replaced with another value.
(This maximum should probably be derived from the font-definition some how.)
The text was updated successfully, but these errors were encountered: