Class OTFParser


  • public final class OTFParser
    extends TTFParser
    OpenType font file parser.
    • Constructor Detail

      • OTFParser

        public OTFParser()
        Constructor.
      • OTFParser

        public OTFParser​(boolean isEmbedded)
        Constructor.
        Parameters:
        isEmbedded - true if the font is embedded in PDF
      • OTFParser

        public OTFParser​(boolean isEmbedded,
                         boolean parseOnDemand)
        Constructor.
        Parameters:
        isEmbedded - true if the font is embedded in PDF
        parseOnDemand - true if the tables of the font should be parsed on demand