Uses of Class
net.codecrete.qrbill.canvas.PDFFontSettings
Packages that use PDFFontSettings
-
Uses of PDFFontSettings in net.codecrete.qrbill.canvas
Methods in net.codecrete.qrbill.canvas that return PDFFontSettingsModifier and TypeMethodDescriptionstatic PDFFontSettingsPDFFontSettings.embeddedCustomFont(String fontFamily, Path regularFontPath, Path boldFontPath) Creates a font settings instance for a custom font.static PDFFontSettingsPDFFontSettings.embeddedLiberationSans()Creates a font settings instance for the Liberation Sans font.static PDFFontSettingsPDFFontSettings.standardHelvetica()Creates a font settings instance for the standard Helvetica font.Constructors in net.codecrete.qrbill.canvas with parameters of type PDFFontSettingsModifierConstructorDescriptionPDFCanvas(byte[] pdfDocument, int pageNo, PDFFontSettings fontSettings) Creates a new instance for adding the QR bill to an existing PDF document.PDFCanvas(double width, double height, PDFFontSettings fontSettings) Creates a new instance using the specified page size and font.PDFCanvas(Path path, int pageNo, PDFFontSettings fontSettings) Creates a new instance for adding the QR bill to an existing PDF document.PDFCanvas(org.apache.pdfbox.pdmodel.PDDocument pdfDocument, int pageNo, PDFFontSettings fontSettings) Creates a new instance for adding the QR bill to the specified PDF document.