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 Details

    • beingResolved

      protected boolean beingResolved
    • resolved

      protected boolean resolved
  • Constructor Details

  • Method Details

    • resolve

      public void resolve()
      Overrides:
      resolve in class GlyfDescript
    • 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()
    • getCompositeComp

      protected GlyfCompositeComp getCompositeComp(int i)
    • getCompositeCompEndPt

      protected GlyfCompositeComp getCompositeCompEndPt(int i)