Class TrueTypeFont.HorizontalHeader

java.lang.Object
com.lowagie.text.pdf.TrueTypeFont.HorizontalHeader
Enclosing class:
TrueTypeFont

protected static class TrueTypeFont.HorizontalHeader extends Object
The components of table 'hhea'.
  • Field Details

    • Ascender

      short Ascender
      A variable.
    • Descender

      short Descender
      A variable.
    • LineGap

      short LineGap
      A variable.
    • advanceWidthMax

      int advanceWidthMax
      A variable.
    • minLeftSideBearing

      short minLeftSideBearing
      A variable.
    • minRightSideBearing

      short minRightSideBearing
      A variable.
    • xMaxExtent

      short xMaxExtent
      A variable.
    • caretSlopeRise

      short caretSlopeRise
      A variable.
    • caretSlopeRun

      short caretSlopeRun
      A variable.
    • numberOfHMetrics

      int numberOfHMetrics
      A variable.
  • Constructor Details

    • HorizontalHeader

      protected HorizontalHeader()