mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 20:45:36 +08:00
handle whitespace gracefully
This commit is contained in:
@@ -10885,6 +10885,10 @@ typedef struct _GLYPHPOS {
|
||||
* The y coordinate of the glyph position.
|
||||
*/
|
||||
int y;
|
||||
/**
|
||||
* Whether is a whitespace glyph.
|
||||
*/
|
||||
Uint8 whitespace:1;
|
||||
/**
|
||||
* Whether suppress the glyph.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user