public final class PDFontFactory
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static PDFont |
createDefaultFont() |
Create a default font.
|
static PDFont |
createFont(COSDictionary dictionary) |
Creates a new PDFont instance with the appropriate subclass.
|
public static PDFont createFont(COSDictionary dictionary) throws java.io.IOException
dictionary
- a font dictionaryjava.io.IOException
- if something goes wrongpublic static PDFont createDefaultFont() throws java.io.IOException
java.io.IOException
- if something goes wrongCopyright © 2002–2018. All rights reserved.