Interface Glyph

  • All Known Implementing Classes:
    DefaultGlyph

    public interface Glyph
    • Method Detail

      • getClassification

        int getClassification()
      • getExtraChars

        int[] getExtraChars()
      • getBaseLine

        int getBaseLine()
      • getCodepoint

        int getCodepoint()
      • getBreakWeight

        int getBreakWeight()
      • getSpacing

        org.pentaho.reporting.libraries.fonts.text.Spacing getSpacing()
      • getWidth

        int getWidth()
      • getHeight

        int getHeight()
      • getKerning

        int getKerning()