Uses of Class
org.apache.pdfbox.pdmodel.font.PDTrueTypeFont
-
Packages that use PDTrueTypeFont Package Description org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document.org.apache.pdfbox.preflight.font org.apache.pdfbox.preflight.font.container org.apache.pdfbox.preflight.font.descriptor -
-
Uses of PDTrueTypeFont in org.apache.pdfbox.pdmodel.font
Methods in org.apache.pdfbox.pdmodel.font that return PDTrueTypeFont Modifier and Type Method Description static PDTrueTypeFontPDTrueTypeFont. load(PDDocument doc, java.io.File file, Encoding encoding)Loads a TTF to be embedded into a document as a simple font.static PDTrueTypeFontPDTrueTypeFont. load(PDDocument doc, java.io.InputStream input, Encoding encoding)Loads a TTF to be embedded into a document as a simple font.static PDTrueTypeFontPDTrueTypeFont. load(PDDocument doc, TrueTypeFont ttf, Encoding encoding)Loads a TTF to be embedded into a document as a simple font.static PDTrueTypeFontPDTrueTypeFont. load(PDDocument doc, RandomAccessRead randomAccessRead, Encoding encoding)Loads a TTF to be embedded into a document as a simple font. -
Uses of PDTrueTypeFont in org.apache.pdfbox.preflight.font
Constructors in org.apache.pdfbox.preflight.font with parameters of type PDTrueTypeFont Constructor Description TrueTypeFontValidator(PreflightContext context, PDTrueTypeFont font) -
Uses of PDTrueTypeFont in org.apache.pdfbox.preflight.font.container
Constructors in org.apache.pdfbox.preflight.font.container with parameters of type PDTrueTypeFont Constructor Description TrueTypeContainer(PDTrueTypeFont font) -
Uses of PDTrueTypeFont in org.apache.pdfbox.preflight.font.descriptor
Fields in org.apache.pdfbox.preflight.font.descriptor declared as PDTrueTypeFont Modifier and Type Field Description private PDTrueTypeFontTrueTypeDescriptorHelper. pdTrueTypeFontConstructors in org.apache.pdfbox.preflight.font.descriptor with parameters of type PDTrueTypeFont Constructor Description TrueTypeDescriptorHelper(PreflightContext context, PDTrueTypeFont font, TrueTypeContainer fontContainer)
-