changeset 25612:6bee6b0eef6c

Set freetype flag in the font_desc_t when using a freetype font. Patched by Guillaume LECERF <foxcore A gmail P com>
author ulion
date Mon, 07 Jan 2008 13:29:13 +0000
parents 27ffe914df15
children f00333e3facf
files libvo/font_load_ft.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/font_load_ft.c	Mon Jan 07 12:30:15 2008 +0000
+++ b/libvo/font_load_ft.c	Mon Jan 07 13:29:13 2008 +0000
@@ -840,6 +840,7 @@
     desc->height = 0;
     desc->max_width = 0;
     desc->max_height = 0;
+    desc->freetype = 1;
 
     desc->tables.g = NULL;
     desc->tables.gt2 = NULL;