dwrite: Fix the case of FreeType 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
bf1001e16c
commit
9d5e17654d
|
@ -6484,7 +6484,7 @@ BOOL opentype_has_kerning_pairs(struct dwrite_fontface *fontface)
|
||||||
count = GET_BE_WORD(header->table_count);
|
count = GET_BE_WORD(header->table_count);
|
||||||
offset = sizeof(*header);
|
offset = sizeof(*header);
|
||||||
|
|
||||||
/* Freetype limits table count this way. */
|
/* FreeType limits table count this way. */
|
||||||
count = min(count, 32);
|
count = min(count, 32);
|
||||||
|
|
||||||
/* Check for presence of format 0 subtable with horizontal coverage. */
|
/* Check for presence of format 0 subtable with horizontal coverage. */
|
||||||
|
|
Loading…
Reference in New Issue