@Deprecated public class BoxableUtils extends Object
| Constructor and Description |
|---|
BoxableUtils()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.pdfbox.pdmodel.font.PDType0Font |
loadFont(org.apache.pdfbox.pdmodel.PDDocument document,
String fontPath)
Deprecated.
Use
FontUtils.loadFont(PDDocument, String) instead |
@Deprecated public static final org.apache.pdfbox.pdmodel.font.PDType0Font loadFont(org.apache.pdfbox.pdmodel.PDDocument document, String fontPath) throws IOException
FontUtils.loadFont(PDDocument, String) insteaddocument - PDDocument where this PDType0Font will be appliedfontPath - font's pathPDType0FontIOException - if font's path is badCopyright © 2020. All rights reserved.