Uses of Class
org.apache.fontbox.ttf.TTFParser
-
Packages that use TTFParser Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file.org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document. -
-
Uses of TTFParser in org.apache.fontbox.ttf
Subclasses of TTFParser in org.apache.fontbox.ttf Modifier and Type Class Description classOTFParserOpenType font file parser.Methods in org.apache.fontbox.ttf that return TTFParser Modifier and Type Method Description private TTFParserTrueTypeCollection. createFontParserAtIndexAndSeek(int idx) -
Uses of TTFParser in org.apache.pdfbox.pdmodel.font
Methods in org.apache.pdfbox.pdmodel.font that return TTFParser Modifier and Type Method Description private TTFParserPDCIDFontType2. getParser(RandomAccessRead randomAccessRead, boolean isEmbedded)private TTFParserPDTrueTypeFont. getParser(RandomAccessRead randomAccessRead, boolean isEmbedded)
-