Package | Description |
---|---|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
Modifier and Type | Field | Description |
---|---|---|
protected PDType0Font |
PDCIDFont.parent |
Modifier and Type | Method | Description |
---|---|---|
PDType0Font |
PDCIDFont.getParent() |
Returns the Type 0 font which is the parent of this font.
|
static PDType0Font |
PDType0Font.load(PDDocument doc,
java.io.File file) |
Loads a TTF to be embedded into a document as a Type 0 font.
|
static PDType0Font |
PDType0Font.load(PDDocument doc,
java.io.InputStream input) |
Loads a TTF to be embedded into a document as a Type 0 font.
|
static PDType0Font |
PDType0Font.load(PDDocument doc,
java.io.InputStream input,
boolean embedSubset) |
Loads a TTF to be embedded into a document as a Type 0 font.
|
static PDType0Font |
PDType0Font.load(PDDocument doc,
TrueTypeFont ttf,
boolean embedSubset) |
Loads a TTF to be embedded into a document as a Type 0 font.
|
static PDType0Font |
PDType0Font.loadVertical(PDDocument doc,
java.io.File file) |
Loads a TTF to be embedded into a document as a vertical Type 0 font.
|
static PDType0Font |
PDType0Font.loadVertical(PDDocument doc,
java.io.InputStream input) |
Loads a TTF to be embedded into a document as a vertical Type 0 font.
|
static PDType0Font |
PDType0Font.loadVertical(PDDocument doc,
java.io.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,
TrueTypeFont ttf,
boolean embedSubset) |
Loads a TTF to be embedded into a document as a vertical Type 0 font.
|
Constructor | Description |
---|---|
PDCIDFontType0(COSDictionary fontDictionary,
PDType0Font parent) |
Constructor.
|
PDCIDFontType2(COSDictionary fontDictionary,
PDType0Font parent) |
Constructor.
|
PDCIDFontType2(COSDictionary fontDictionary,
PDType0Font parent,
TrueTypeFont trueTypeFont) |
Constructor.
|
Copyright © 2002–2018. All rights reserved.