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 org.apache.pdfbox.rendering -
-
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 PDTrueTypeFont
PDTrueTypeFont. load(PDDocument doc, java.io.File file, Encoding encoding)
Loads a TTF to be embedded into a document as a simple font.static PDTrueTypeFont
PDTrueTypeFont. load(PDDocument doc, java.io.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, java.io.File file)
Deprecated.UsePDType0Font.load(PDDocument, File)
instead.static PDTrueTypeFont
PDTrueTypeFont. loadTTF(PDDocument doc, java.io.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 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 PDTrueTypeFont
TrueTypeDescriptorHelper. pdTrueTypeFont
Constructors in org.apache.pdfbox.preflight.font.descriptor with parameters of type PDTrueTypeFont Constructor Description TrueTypeDescriptorHelper(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 Constructor Description TTFGlyph2D(PDTrueTypeFont ttfFont)
Constructor.
-