Uses of Class
org.apache.pdfbox.pdmodel.font.PDType0Font
Packages that use PDType0Font
Package
Description
Classes to deal with font functionality in a PDF Document.
-
Uses of PDType0Font in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as PDType0FontMethods in org.apache.pdfbox.pdmodel.font that return PDType0FontModifier and TypeMethodDescriptionfinal PDType0Font
PDCIDFont.getParent()
Returns the Type 0 font which is the parent of this font.static PDType0Font
PDType0Font.load
(PDDocument doc, File file) Loads a TTF to be embedded and subset into a document as a Type 0 font.static PDType0Font
PDType0Font.load
(PDDocument doc, InputStream input) Loads a TTF to be embedded and subset into a document as a Type 0 font.static PDType0Font
PDType0Font.load
(PDDocument doc, InputStream input, boolean embedSubset) Loads a TTF to be embedded into a document as a Type 0 font.static PDType0Font
PDType0Font.load
(PDDocument doc, org.apache.fontbox.ttf.TrueTypeFont ttf, boolean embedSubset) Loads a TTF to be embedded into a document as a Type 0 font.static PDType0Font
PDType0Font.loadVertical
(PDDocument doc, File file) Loads a TTF to be embedded into a document as a vertical Type 0 font.static PDType0Font
PDType0Font.loadVertical
(PDDocument doc, InputStream input) Loads a TTF to be embedded into a document as a vertical Type 0 font.static PDType0Font
PDType0Font.loadVertical
(PDDocument doc, InputStream input, boolean embedSubset) Loads a TTF to be embedded into a document as a vertical Type 0 font.static PDType0Font
PDType0Font.loadVertical
(PDDocument doc, org.apache.fontbox.ttf.TrueTypeFont ttf, boolean embedSubset) Loads a TTF to be embedded into a document as a vertical Type 0 font.Constructors in org.apache.pdfbox.pdmodel.font with parameters of type PDType0FontModifierConstructorDescriptionPDCIDFontType0
(COSDictionary fontDictionary, PDType0Font parent) Constructor.PDCIDFontType2
(COSDictionary fontDictionary, PDType0Font parent) Constructor.PDCIDFontType2
(COSDictionary fontDictionary, PDType0Font parent, org.apache.fontbox.ttf.TrueTypeFont trueTypeFont) Constructor.