Only characters whose width matches "normal" ASCII characters in the selected font are drawn, as drawing them in the string would misalign characters afterwards and cause rendering glitches.
In the case of multibyte characters, we could check that the required width is less than the sum of the underlying bytes in the font, and skip them to preserve alignment when so.
Only characters whose width matches "normal" ASCII characters in the selected font are drawn, as drawing them in the string would misalign characters afterwards and cause rendering glitches.
In the case of multibyte characters, we could check that the required width is less than the sum of the underlying bytes in the font, and skip them to preserve alignment when so.
(See #172)