gdi32: Load system fonts on Android.

Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Jactry Zeng 2016-04-07 16:59:48 +09:00 committed by Alexandre Julliard
parent 9acff7550d
commit 5bf4345824

View file

@ -4238,6 +4238,8 @@ static void init_font_list(void)
load_fontconfig_fonts();
#elif defined(HAVE_CARBON_CARBON_H)
load_mac_fonts();
#elif defined(__ANDROID__)
ReadFontDir("/system/fonts", TRUE);
#endif
/* then look in any directories that we've specified in the config file */