Class TrueTypeFont.FontHeader

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

protected static class TrueTypeFont.FontHeader extends Object
The components of table 'head'.
  • Field Details

    • flags

      int flags
      A variable.
    • unitsPerEm

      int unitsPerEm
      A variable.
    • xMin

      short xMin
      A variable.
    • yMin

      short yMin
      A variable.
    • xMax

      short xMax
      A variable.
    • yMax

      short yMax
      A variable.
    • macStyle

      int macStyle
      A variable.
  • Constructor Details

    • FontHeader

      protected FontHeader()