diff options
Diffstat (limited to 'ffont.c')
-rw-r--r-- | ffont.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ ciMonFont::ciMonFont(const char *Name, int CharHeight, int CharWidth) { height = 0; bottom = 0; + width = CharWidth; int error = FT_Init_FreeType(&library); if (!error) { error = FT_New_Face(library, Name, 0, &face); |