summaryrefslogtreecommitdiff
path: root/ffont.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffont.c')
-rw-r--r--ffont.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffont.c b/ffont.c
index 175ed58..e694aad 100644
--- a/ffont.c
+++ b/ffont.c
@@ -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);