summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/font_load_ft.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/font_load_ft.c b/libvo/font_load_ft.c
index 689ee1e208..9b4f1d8adb 100644
--- a/libvo/font_load_ft.c
+++ b/libvo/font_load_ft.c
@@ -840,6 +840,7 @@ static font_desc_t* init_font_desc(void)
desc->height = 0;
desc->max_width = 0;
desc->max_height = 0;
+ desc->freetype = 1;
desc->tables.g = NULL;
desc->tables.gt2 = NULL;