Class OpenPdfFontHelper

java.lang.Object
org.fugerit.java.doc.mod.openpdf.ext.helpers.OpenPdfFontHelper

public class OpenPdfFontHelper extends Object
  • Method Details

    • createBaseFontSafe

      public static com.lowagie.text.pdf.BaseFont createBaseFontSafe(String name, String encoding, boolean embedded)
    • createFont

      public static com.lowagie.text.Font createFont(String fontName, String fontPath, int fontSize, int fontStyle, OpenPdfHelper docHelper, String color) throws com.lowagie.text.DocumentException, IOException
      Throws:
      com.lowagie.text.DocumentException
      IOException