String glyph = attrs.getValue ( "glyph" );
if ( glyph == null ) {
missingRequiredAttribute ( en, "glyph" );
}
int gid = mapGlyphId ( glyph, en );
ligatures.add ( new Ligature ( gid, cids ) );
} else {
notPermittedInElementContext ( en, getParent(), pn );
}
} else if ( en[1].equals ( "LigatureAnchor" ) ) {
String[] pn = new String[] { null, "ComponentRecord" };