gdi32: Fix the FreeType case in a comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
74c26131b9
commit
5f79b5f6e5
|
@ -4178,7 +4178,7 @@ static BOOL init_freetype(void)
|
|||
((FT_Version.minor << 8) & 0x00ff00) |
|
||||
((FT_Version.patch ) & 0x0000ff);
|
||||
|
||||
/* In Freetype < 2.8.1 v40's FT_LOAD_TARGET_MONO has broken advance widths. */
|
||||
/* In FreeType < 2.8.1 v40's FT_LOAD_TARGET_MONO has broken advance widths. */
|
||||
if (pFT_Property_Set && FT_SimpleVersion < FT_VERSION_VALUE(2, 8, 1))
|
||||
{
|
||||
FT_UInt interpreter_version = 35;
|
||||
|
|
Loading…
Reference in New Issue