Package org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable

Examples of org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable.Ligature


                    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" };
View Full Code Here

TOP

Related Classes of org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable.Ligature

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.