(get_uvs_glyph): Argument changed.
(check_cmap_uvs): Adjusted for the above change.
}
static OTF_GlyphID
-get_uvs_glyph (OTF_EncodingSubtable14 *sub14, int c1, int c2)
+get_uvs_glyph (OTF_cmap *cmap, OTF_EncodingSubtable14 *sub14, int c1, int c2)
{
return 0;
}
break;
if (i == cmap->numTables)
return;
- code = get_uvs_glyph (cmap->EncodingRecord[i].subtable.f.f14, c1, c2);
+ code = get_uvs_glyph (cmap, cmap->EncodingRecord[i].subtable.f.f14, c1, c2);
if (code == 0)
return;
gstring->glyphs[idx - 1].glyph_id = code;