GulimChe has the IsFixedPitch flag set, yet contains glyphs of
commit8607f28b6b0a5c3e1e1e1d65ef1f49926e86e3d5
authorHuw Davies <huw@codeweavers.com>
Mon, 2 Feb 2004 23:03:54 +0000 (2 23:03 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 2 Feb 2004 23:03:54 +0000 (2 23:03 +0000)
treebe67f8f486bdc471b8124001b6335e5fb80563e3
parent69e0d0674b75928f29cee5e201ab204da45a3b32
GulimChe has the IsFixedPitch flag set, yet contains glyphs of
differing widths.  To cope with this we need to call FT_Load_Glyph
with the FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH flag in order to get
back the correct glyph metrics from FreeType.
dlls/gdi/freetype.c