Package tech.grasshopper.pdf.font
Class ReportFont
- java.lang.Object
-
- tech.grasshopper.pdf.font.ReportFont
-
public class ReportFont extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.pdfbox.pdmodel.font.PDFontBOLD_FONTstatic org.apache.pdfbox.pdmodel.font.PDFontBOLD_ITALIC_FONTstatic StringFONT_FOLDERstatic org.apache.pdfbox.pdmodel.font.PDFontITALIC_FONTstatic org.apache.pdfbox.pdmodel.font.PDFontREGULAR_FONT
-
Constructor Summary
Constructors Constructor Description ReportFont()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidloadReportFontFamily(org.apache.pdfbox.pdmodel.PDDocument document)
-
-
-
Field Detail
-
REGULAR_FONT
public static org.apache.pdfbox.pdmodel.font.PDFont REGULAR_FONT
-
BOLD_FONT
public static org.apache.pdfbox.pdmodel.font.PDFont BOLD_FONT
-
ITALIC_FONT
public static org.apache.pdfbox.pdmodel.font.PDFont ITALIC_FONT
-
BOLD_ITALIC_FONT
public static org.apache.pdfbox.pdmodel.font.PDFont BOLD_ITALIC_FONT
-
FONT_FOLDER
public static final String FONT_FOLDER
- See Also:
- Constant Field Values
-
-