Don't call pango_ft2* functions on windows
This commit is contained in:
@@ -707,7 +707,9 @@ set_pango_fontsize ()
|
||||
|
||||
/* FT2 rendering - used by GnomeCanvas, sigh */
|
||||
|
||||
#ifndef WIN32
|
||||
pango_ft2_font_map_set_resolution ((PangoFT2FontMap*) pango_ft2_font_map_new(), val/1024, val/1024);
|
||||
#endif
|
||||
|
||||
/* Cairo rendering, in case there is any */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user