Class TrueTypeFont.HorizontalHeader

  • Enclosing class:
    TrueTypeFont

    protected static class TrueTypeFont.HorizontalHeader
    extends java.lang.Object
    The components of table 'hhea'.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected HorizontalHeader()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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 Detail

      • HorizontalHeader

        protected HorizontalHeader()