Generated by
JDiff

Class com.itextpdf.kernel.font.PdfFontFactory

Removed Methods
PdfFont  createFont( String, String , PdfDocument ) Creates a PdfFont instance by the path of the font program file and given encoding and place it inside the PdfDocument.
PdfFont  createFont( String, boolean ) Created a PdfFont instance given the path to the font file.
PdfFont  createFont( String, String , boolean ) Created a PdfFont instance given the path to the font file.
PdfFont  createFont( String, String , boolean , boolean ) Created a PdfFont instance given the path to the font file.
PdfFont  createFont( String, EmbeddingStrategy ) Created a PdfFont instance given the path to the font file.
PdfFont  createFont( String, String , EmbeddingStrategy ) Created a PdfFont instance given the path to the font file.
PdfFont  createFont( String, String , EmbeddingStrategy , boolean ) Created a PdfFont instance given the path to the font file.
PdfFont  createFont( byte[], boolean ) Created a PdfFont instance by the bytes of the underlying font program.
PdfFont  createFont( byte[], String , boolean ) Created a PdfFont instance by the bytes of the underlying font program.
PdfFont  createFont( byte[], String , boolean , boolean ) Created a PdfFont instance by the bytes of the underlying font program.
PdfFont  createFont( FontProgram, String , boolean ) Created a PdfFont instance given the given underlying FontProgram instance.
PdfFont  createFont( FontProgram, String , EmbeddingStrategy ) Created a PdfFont instance given the given underlying FontProgram instance.
PdfFont  createRegisteredFont( String, String , boolean ) Creates PdfFont based on registered FontProgram's.
PdfFont  createRegisteredFont( String, String , boolean , boolean ) Creates PdfFont based on registered FontProgram's.
PdfFont  createRegisteredFont( String, String , boolean , int ) Creates PdfFont based on registered FontProgram's.
PdfFont  createRegisteredFont( String, String , boolean , int , boolean ) Creates PdfFont based on registered FontProgram's.
PdfFont  createTtcFont( byte[], int , String , boolean , boolean ) Creates a PdfFont instance from the TrueType Collection represented by its byte contents.
PdfFont  createTtcFont( String, int , String , boolean , boolean ) Creates a PdfFont instance from the TrueType Collection given by the path to the .ttc file.
 

Added Methods
PdfFont  createFont( String, EmbeddingStrategy ) Created a PdfFont instance given the path to the font file.
PdfFont  createFont( String, String , EmbeddingStrategy ) Created a PdfFont instance given the path to the font file.
PdfFont  createFont( String, String , EmbeddingStrategy , boolean ) Created a PdfFont instance given the path to the font file.
PdfFont  createFont( String, String , EmbeddingStrategy , PdfDocument ) Creates a PdfFont instance by the path of the font program file and given encoding and place it inside the PdfDocument.
PdfFont  createFont( String, String , PdfDocument ) Creates a PdfFont instance by the path of the font program file and given encoding and place it inside the PdfDocument.
PdfFont  createFont( FontProgram, String , EmbeddingStrategy ) Created a PdfFont instance given the given underlying FontProgram instance.
 

Changed Methods
PdfFont  createFont( byte[], EmbeddingStrategy ) Documentation changed from old to new.
Created a PdfFont instance by the bytes of the underlying font program.
PdfFont  createFont( byte[], String , EmbeddingStrategy ) Documentation changed from old to new.
Created a PdfFont instance by the bytes of the underlying font program.
PdfFont  createFont( byte[], String , EmbeddingStrategy , boolean ) Documentation changed from old to new.
Created a PdfFont instance by the bytes of the underlying font program.
PdfFont  createRegisteredFont( String, String , EmbeddingStrategy ) Documentation changed from old to new.
Creates PdfFont based on registered FontProgram's.
PdfFont  createRegisteredFont( String, String , EmbeddingStrategy , boolean ) Documentation changed from old to new.
Creates PdfFont based on registered FontProgram's.
PdfFont  createRegisteredFont( String, String , EmbeddingStrategy , int ) Documentation changed from old to new.
Creates PdfFont based on registered FontProgram's.
PdfFont  createRegisteredFont( String, String , EmbeddingStrategy , int , boolean ) Documentation changed from old to new.
Creates PdfFont based on registered FontProgram's.
PdfFont  createTtcFont( byte[], int , String , EmbeddingStrategy , boolean ) Documentation changed from old to new.
Creates a PdfFont instance from the TrueType Collection represented by its byte contents.
PdfFont  createTtcFont( String, int , String , EmbeddingStrategy , boolean ) Documentation changed from old to new.
Creates a PdfFont instance from the TrueType Collection given by the path to the .ttc file.