[MPlayer-cvslog] r25640 - trunk/libvo/font_load_ft.c

ulion subversion at mplayerhq.hu
Mon Jan 7 14:29:13 CET 2008


Author: ulion
Date: Mon Jan  7 14:29:13 2008
New Revision: 25640

Log:
Set freetype flag in the font_desc_t when using a freetype font.
Patched by Guillaume LECERF <foxcore A gmail P com>


Modified:
   trunk/libvo/font_load_ft.c

Modified: trunk/libvo/font_load_ft.c
==============================================================================
--- trunk/libvo/font_load_ft.c	(original)
+++ trunk/libvo/font_load_ft.c	Mon Jan  7 14:29:13 2008
@@ -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;



More information about the MPlayer-cvslog mailing list