Class PDFSimpleFontValuesAccessor


  • public abstract class PDFSimpleFontValuesAccessor
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract double getAscent()
      The /Ascent of the /FontDescriptor.
      abstract double getCapHeight()
      The /CapHeight of the /FontDescriptor.
      abstract double getDescent()
      The /Descent of the /FontDescriptor.
      abstract int getFlags()
      The /Flag of the /FontDescriptor.
      abstract Rect getFontBBox()
      The /FontBBox of the /FontDescriptor.
      abstract java.lang.String getFontFamily()
      The /FontFamily of the /FontDescriptor.
      abstract CSS20Attribute.CSSStretchValue getFontStretch()
      The /FontStretch of the /FontDescriptor.
      abstract int getFontWeight()
      The /FontWeight of the /FontDescriptor.
      abstract java.lang.String getGlyphName​(int characterCode)
      The name of a glyph.
      abstract double getGlyphWidth​(int characterCode)
      The advance width of a glyph.
      abstract double getItalicAngle()
      The /ItalicAngle of the /FontDescriptor.
      abstract double getLeading()
      The /Leading of the /FontDescriptor.
      abstract java.lang.String getPostscriptName()
      The Postscript name of the font.
      abstract double getStemV()
      The /StemV of the /FontDescriptor.
      abstract double getXHeight()
      The /XHeight of the /FontDescriptor
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait