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
This will load a TTF to be embedded into a document.static PDTrueTypeFont
PDTrueTypeFont.loadTTF
(PDDocument doc, File file) This will load a TTF to be embedded into a document.static PDTrueTypeFont
PDTrueTypeFont.loadTTF
(PDDocument doc, InputStream stream) This will load a TTF to be embedded into a document.static PDTrueTypeFont
PDTrueTypeFont.loadTTF
(PDDocument doc, InputStream stream, Encoding enc) This will load a TTF to be embedded into a document.static PDTrueTypeFont
PDTrueTypeFont.loadTTF
(PDDocument doc, String file) This will load a TTF font from a font file.