|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PDTrueTypeFont | |
|---|---|
| org.apache.pdfbox.pdmodel.font | 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 PDTrueTypeFont | |
|---|---|
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. |
static PDTrueTypeFont |
PDTrueTypeFont.loadTTF(PDStream fontStream,
Encoding enc)
This will load a TTF to be embedded into a document. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||