Bug #3069 » pango.patch
src/Wt/FontSupportPango.C 2014-09-04 13:13:55.403773961 +0400 | ||
---|---|---|
#if PANGO_VERSION_MAJOR > 1 || PANGO_VERSION_MINOR > 21
|
||
context_ = pango_font_map_create_context(pangoFontMap);
|
||
#else
|
||
context_ = pango_ft2_font_map_create_context(pangoFontMap);
|
||
context_ = pango_ft2_font_map_create_context(PANGO_FT2_FONT_MAP(pangoFontMap));
|
||
#endif
|
||
currentFont_ = 0;
|