Class EnumerateTTC


class EnumerateTTC extends TrueTypeFont
Enumerates all the fonts inside a True Type Collection.
  • Field Details

    • TRUE_TYPE_SFNT_VERSION

      private static final int TRUE_TYPE_SFNT_VERSION
      OpenType fonts that contain TrueType outlines should use the value of 0x00010000 for the sfntVersion. OpenType fonts containing CFF data (version 1 or 2) should use 0x4F54544F ('OTTO', when re-interpreted as a Tag) for sfntVersion.

      Note: The Apple specification for TrueType fonts allows for 'true' and 'typ1' for sfnt version. These version tags should not be used for fonts which contain OpenType tables. See more at: https://docs.microsoft.com/de-de/typography/opentype/spec/otff#organization-of-an-opentype-font

      See Also:
    • CFF_DATA_SFNT_VERSION

      private static final int CFF_DATA_SFNT_VERSION
      See Also:
    • names

      protected String[] names
  • Constructor Details

  • Method Details