Java com.itextpdf.kernel.font PdfFontFactory fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.kernel.font PdfFontFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.kernel.font PdfFontFactory.

The text is from its open source code.

Method

PdfFontcreateFont(PdfDictionary fontDictionary)
Creates a PdfFont by already existing font dictionary.
PdfFontcreateFont(String fontProgram)
Creates a PdfFont instance by the path of the font program file
PdfFontcreateFont(FontProgram fontProgram)
Created a PdfFont instance given the given underlying FontProgram instance.
PdfFontcreateFont(String fontProgram, String encoding, PdfDocument cacheTo)
PdfFontcreateFont(String fontProgram, String encoding, boolean embedded)
Created a PdfFont instance given the path to the font file.
PdfFontcreateFont(FontProgram fontProgram, String encoding, boolean embedded)
Created a PdfFont instance given the given underlying FontProgram instance.
PdfFontcreateFont(byte[] fontProgram, String encoding, boolean embedded)
Created a PdfFont instance by the bytes of the underlying font program.
PdfFontcreateFont(String fontProgram, String encoding, boolean embedded, boolean cached)
Created a PdfFont instance given the path to the font file.
PdfFontcreateFont(byte[] fontProgram, String encoding, boolean embedded, boolean cached)
Created a PdfFont instance by the bytes of the underlying font program.
PdfFontcreateRegisteredFont(String fontName)
Creates PdfFont based on registered FontProgram 's.