mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 02:45:43 +00: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:
parent
c3d4f52d7c
commit
5ad67a4f7c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user