OTF_Glyph->alternate_set.
break;
case 3:
- /* For the moment, we always ignore this feature. */
- break;
if (subtable->Format == 1)
{
OTF_GSUB_Alternate1 *alt1 = &subtable->u.alternate1;
- OTF_AlternateSet *altset = alt1->AlternateSet + coverage_idx;
- g->glyph_id = altset->Alternate[0];
+ g->alternate_set = alt1->AlternateSet + coverage_idx;
gidx++;
}
else