Class Glyph2D

java.lang.Object
org.apache.fontbox.ttf.Glyph2D

public class Glyph2D extends Object
This class provides a glyph to GeneralPath conversion. This class is based on code from Apache Batik a subproject of Apache XMLGraphics. see http://xmlgraphics.apache.org/batik/ for further details.
  • Constructor Details

    • Glyph2D

      public Glyph2D(GlyphDescription gd, short lsb, int advance)
      Constructor.
      Parameters:
      gd - the glyph description
      lsb - leftSideBearing
      advance - advanceWidth
  • Method Details

    • getAdvanceWidth

      public int getAdvanceWidth()
      Returns the advanceWidth value.
      Returns:
      the advanceWidth
    • getLeftSideBearing

      public short getLeftSideBearing()
      Returns the leftSideBearing value.
      Returns:
      the leftSideBearing
    • getPath

      public GeneralPath getPath()
      Returns the path describing the glyph.
      Returns:
      the GeneralPath of the glyph