Re: [1/2] gdi32: Return ANSI character code as glyph index for bitmap fonts.
10 Dec
2013
10 Dec
'13
6:36 p.m.
Akihiro Sagawa <sagawa.aki(a)gmail.com> writes:
@@ -5975,7 +5975,7 @@ static FT_UInt get_GSUB_vert_glyph(const GdiFont *font, UINT glyph) return GSUB_apply_feature(header, feature, glyph); }
-static FT_UInt get_glyph_index(const GdiFont *font, UINT glyph) +static FT_UInt get_glyph_index(const GdiFont *font, UINT glyph, BOOL ret_char_code) { FT_UInt glyphId;
It would be better to have a separate function instead of having the same function return two different types of index. -- Alexandre Julliard julliard(a)winehq.org
4386
Age (days ago)
4386
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard