Class FontInstance

    • Method Detail

      • getFontItem

        public FontItem getFontItem()
      • getAFEFont

        public Font getAFEFont()
      • getTypeface

        public String getTypeface()
      • getWeight

        public int getWeight()
      • getItalic

        public boolean getItalic()
      • getHorizontalScale

        public double getHorizontalScale()
      • getVerticalScale

        public double getVerticalScale()
      • getAscent

        public UnitSpan getAscent()
      • getLegacyAscent

        public UnitSpan getLegacyAscent()
      • getDescent

        public UnitSpan getDescent()
      • getLineGap

        public UnitSpan getLineGap()
      • getLegacyLineGap

        public UnitSpan getLegacyLineGap()
      • getspacing

        public UnitSpan getspacing()
      • getCharWidth

        public float getCharWidth​(int c,
                                  boolean useHorizontalGlyphs)
      • getDoubleCharWidth

        public double getDoubleCharWidth​(int c,
                                         boolean useHorizontalGlyphs)
      • getGlyphWidth

        public float getGlyphWidth​(int glyphID,
                                   boolean useHorizontalGlyphs)
      • getGlyphID

        public int getGlyphID​(int c)
      • getGlyphID

        public boolean getGlyphID​(int c,
                                  int g,
                                  boolean h)
      • mapGlyph

        public void mapGlyph​(int c,
                             int glyphID)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object