Formatting.

(cherry picked from commit 6b0bff2f4f)
This commit is contained in:
Jeff Young 2023-05-27 22:46:02 +01:00
parent d6fd5598ab
commit f3c5c458c6
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ VECTOR2I OUTLINE_FONT::getTextAsGlyphsUnlocked( BOX2I* aBBox,
matrix.yx = (FT_Fixed) ( 0 * 0x10000L ); // Don't rotate in the y direction matrix.yx = (FT_Fixed) ( 0 * 0x10000L ); // Don't rotate in the y direction
matrix.yy = (FT_Fixed) ( 1 * 0x10000L ); matrix.yy = (FT_Fixed) ( 1 * 0x10000L );
FT_Set_Transform(face, &matrix,0); FT_Set_Transform( face, &matrix, 0 );
} }
FT_Load_Glyph( face, glyphInfo[i].codepoint, FT_LOAD_NO_BITMAP ); FT_Load_Glyph( face, glyphInfo[i].codepoint, FT_LOAD_NO_BITMAP );