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:
Francois Gouget 2021-03-16 10:32:02 +01:00 committed by Alexandre Julliard
parent bf1001e16c
commit 9d5e17654d

View file

@ -6484,7 +6484,7 @@ BOOL opentype_has_kerning_pairs(struct dwrite_fontface *fontface)
count = GET_BE_WORD(header->table_count);
offset = sizeof(*header);
/* Freetype limits table count this way. */
/* FreeType limits table count this way. */
count = min(count, 32);
/* Check for presence of format 0 subtable with horizontal coverage. */