forked from AuroraMiddleware/gtk
Merge branch 'fontconfig-speedup' into 'master'
Trigger fontconfig initialization early See merge request GNOME/gtk!2454
This commit is contained in:
commit
e5d088208a
@ -623,6 +623,9 @@ do_pre_parse_initialization (void)
|
||||
slowdown = g_ascii_strtod (env_string, NULL);
|
||||
_gtk_set_slowdown (slowdown);
|
||||
}
|
||||
|
||||
/* Trigger fontconfig initialization early */
|
||||
pango_cairo_font_map_get_default ();
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user