Uses of Class
org.apache.pdfbox.pdmodel.font.PDTrueTypeFont
Packages that use PDTrueTypeFont
Package
Description
Classes to deal with font functionality in a PDF Document.
-
Uses of PDTrueTypeFont in org.apache.pdfbox.pdmodel.font
Methods in org.apache.pdfbox.pdmodel.font that return PDTrueTypeFontModifier and TypeMethodDescriptionstatic PDTrueTypeFont
PDTrueTypeFont.load
(PDDocument doc, File file, Encoding encoding) Loads a TTF to be embedded into a document as a simple font.static PDTrueTypeFont
PDTrueTypeFont.load
(PDDocument doc, InputStream input, Encoding encoding) Loads a TTF to be embedded into a document as a simple font.static PDTrueTypeFont
PDTrueTypeFont.load
(PDDocument doc, TrueTypeFont ttf, Encoding encoding) Loads a TTF to be embedded into a document as a simple font.static PDTrueTypeFont
PDTrueTypeFont.loadTTF
(PDDocument doc, File file) Deprecated.static PDTrueTypeFont
PDTrueTypeFont.loadTTF
(PDDocument doc, InputStream input) Deprecated.UsePDType0Font.load(PDDocument, InputStream)
instead. -
Uses of PDTrueTypeFont in org.apache.pdfbox.preflight.font
Constructors in org.apache.pdfbox.preflight.font with parameters of type PDTrueTypeFontModifierConstructorDescriptionTrueTypeFontValidator
(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 -
Uses of PDTrueTypeFont in org.apache.pdfbox.preflight.font.descriptor
Fields in org.apache.pdfbox.preflight.font.descriptor declared as PDTrueTypeFontModifier and TypeFieldDescriptionprivate final PDTrueTypeFont
TrueTypeDescriptorHelper.pdTrueTypeFont
Constructors in org.apache.pdfbox.preflight.font.descriptor with parameters of type PDTrueTypeFontModifierConstructorDescriptionTrueTypeDescriptorHelper
(PreflightContext context, PDTrueTypeFont font, TrueTypeContainer fontContainer) -
Uses of PDTrueTypeFont in org.apache.pdfbox.rendering
Constructors in org.apache.pdfbox.rendering with parameters of type PDTrueTypeFont
PDType0Font.load(PDDocument, File)
instead.