handle whitespace gracefully

This commit is contained in:
Vincent Wei
2019-03-04 18:08:36 +08:00
parent 136a51d9b8
commit 6fdc0281ba
5 changed files with 46 additions and 8 deletions
+4
View File
@@ -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.
*/