13
0

Don't call pango_ft2* functions on windows

This commit is contained in:
Paul Davis 2013-07-13 08:30:27 -04:00
parent 5dca8270eb
commit 9db936ac26

View File

@ -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 */