unconditionally.
(OTF_drive_gpos): Likewise.
gstring->glyphs[i].f.index.from = gstring->glyphs[i].f.index.to = i;
}
- if (! otf->gsub
- && OTF_get_table (otf, "GSUB") < 0)
+ if (OTF_get_table (otf, "GSUB") < 0)
return errret;
gsub = otf->gsub;
if (gsub->FeatureList.FeatureCount == 0
for (i = 0; i < gstring->used; i++)
gstring->glyphs[i].positioning_type = 0;
- if (! otf->gpos
- && OTF_get_table (otf, "GPOS") < 0)
+ if (OTF_get_table (otf, "GPOS") < 0)
return errret;
gpos = otf->gpos;
if (gpos->FeatureList.FeatureCount == 0