Package be.quodlibet.boxable
Class BoxableUtils
java.lang.Object
be.quodlibet.boxable.BoxableUtils
Deprecated.
All methods have been moved elsewhere, see each method for more
details
Created by dgautier on 3/19/2015.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final org.apache.pdfbox.pdmodel.font.PDType0FontDeprecated.UseFontUtils.loadFont(PDDocument, String)instead
-
Constructor Details
-
BoxableUtils
public BoxableUtils()Deprecated.
-
-
Method Details
-
loadFont
@Deprecated public static final org.apache.pdfbox.pdmodel.font.PDType0Font loadFont(org.apache.pdfbox.pdmodel.PDDocument document, String fontPath) throws IOException Deprecated.UseFontUtils.loadFont(PDDocument, String)instead- Parameters:
document-PDDocumentwhere thisPDType0Fontwill be appliedfontPath- font's path- Returns:
PDType0Font- Throws:
IOException- if font's path is bad
-