Commit 5bf43458 authored by Jactry Zeng's avatar Jactry Zeng Committed by Alexandre Julliard

gdi32: Load system fonts on Android.

parent 9acff755
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment