1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02:00

Set freetype flag in the font_desc_t when using a freetype font.

Patched by Guillaume LECERF <foxcore A gmail P com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25640 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ulion 2008-01-07 13:29:13 +00:00
parent c3d4f52d7c
commit 5ad67a4f7c

View File

@ -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;