| Package | Description |
|---|---|
| org.sejda.sambox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
| Modifier and Type | Method and Description |
|---|---|
static PDTrueTypeFont |
PDTrueTypeFont.load(File file,
Encoding encoding)
Loads a TTF to be embedded into a document as a simple font.
|
static PDTrueTypeFont |
PDTrueTypeFont.load(InputStream input,
Encoding encoding)
Loads a TTF to be embedded into a document as a simple font.
|
static PDTrueTypeFont |
PDTrueTypeFont.load(PDDocument doc,
org.apache.fontbox.ttf.TrueTypeFont ttf,
Encoding encoding)
Loads a TTF to be embedded into a document as a simple font.
|
Copyright © 2020 sejda. All rights reserved.