Home » pdfbox-1.1.0-src » org.apache.pdfbox.pdmodel.font » [javadoc | source]
org.apache.pdfbox.pdmodel.font
public class: PDFontFactory [javadoc | source]
java.lang.Object
   org.apache.pdfbox.pdmodel.font.PDFontFactory
This will create the correct type of font based on information in the dictionary.
Method from org.apache.pdfbox.pdmodel.font.PDFontFactory Summary:
createFont,   createFont
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.pdfbox.pdmodel.font.PDFontFactory Detail:
 public static PDFont createFont(COSDictionary dic) throws IOException 
    This will create the correct font based on information in the dictionary.
 public static PDFont createFont(COSDictionary dic,
    Map fontCache) throws IOException 
    This will create the correct font based on information in the dictionary.