Class Standard14Fonts


  • public final class Standard14Fonts
    extends Object
    The 14 standard fonts by name. Created here because there is no way to get a standard font by name in pdfbox 2.0
    Author:
    Peter Palaga
    • Method Detail

      • getByName

        public static org.apache.pdfbox.pdmodel.font.PDType1Font getByName​(String fontName)
        Get one of the 14 standard fonts by base font name.
        Parameters:
        fontName - the base font name, such as "Helvetica" or "Helvetica-Bold"
        Returns:
        the PDType1Font or null, of the fontName is not mapped to any font