Commit 87260918 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

dwrite: Remove explicit lookup type check in GetVerticalGlyphVariants().

parent 240567a8
......@@ -6150,10 +6150,6 @@ HRESULT opentype_get_vertical_glyph_variants(struct dwrite_fontface *fontface, u
{
const struct lookup *lookup = &lookups.lookups[i];
/* FIXME: should probably handle extension subtables. */
if (lookup->type != GSUB_LOOKUP_SINGLE_SUBST)
continue;
context.cur = 0;
while (context.cur < context.glyph_count)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment