Class Standard14Fonts

java.lang.Object
org.apache.camel.component.pdf.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
  • Method Details

    • 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