Ticket #46571: patch-gfx-thebes-src-gfxPangoFonts.cpp.diff
File patch-gfx-thebes-src-gfxPangoFonts.cpp.diff, 641 bytes (added by csanchezdll, 10 years ago) |
---|
-
gfx/thebes/src/gfxPangoFonts.cpp
old new 61 61 #include "gfxFontconfigUtils.h" 62 62 #include "gfxUserFontSet.h" 63 63 64 #include <freetype/tttables.h> 64 #include <ft2build.h> 65 #include FT_TRUETYPE_TABLES_H 65 66 66 67 #include <cairo.h> 67 68 #include <cairo-ft.h> … … 875 876 PangoVersionFunction pango_version = 876 877 reinterpret_cast<PangoVersionFunction> 877 878 (FindFunctionSymbol("pango_version")); 878 gUseFontMapProperty = pango_version && (*pango_version)() >= 12404;879 gUseFontMapProperty = PR_TRUE; 879 880 } 880 881 881 882 /**