Class GlyfCompositeDescript

  • All Implemented Interfaces:
    GlyphDescription

    public class GlyfCompositeDescript
    extends GlyfDescript
    Glyph description for composite glyphs. Composite glyphs are made up of one or more simple glyphs, usually with some sort of transformation applied to each.
    • Field Detail

      • beingResolved

        protected boolean beingResolved
      • resolved

        protected boolean resolved
    • Constructor Detail

      • GlyfCompositeDescript

        public GlyfCompositeDescript​(GlyfTable parentTable,
                                     java.io.ByteArrayInputStream bais)
    • Method Detail

      • getEndPtOfContours

        public int getEndPtOfContours​(int i)
      • getFlags

        public byte getFlags​(int i)
      • getXCoordinate

        public short getXCoordinate​(int i)
      • getYCoordinate

        public short getYCoordinate​(int i)
      • isComposite

        public boolean isComposite()
      • getPointCount

        public int getPointCount()
      • getContourCount

        public int getContourCount()
      • getComponentIndex

        public int getComponentIndex​(int i)
      • getComponentCount

        public int getComponentCount()
      • getCompositeCompEndPt

        protected GlyfCompositeComp getCompositeCompEndPt​(int i)