Class OTFParser

java.lang.Object
org.apache.fontbox.ttf.TTFParser
org.apache.fontbox.ttf.OTFParser

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

    • 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
  • Method Details