org.pdfbox.pdmodel.font
Class PDFontFactory

java.lang.Object
  extended by org.pdfbox.pdmodel.font.PDFontFactory

public class PDFontFactory
extends Object

This will create the correct type of font based on information in the dictionary.

Version:
$Revision: 1.4 $
Author:
Ben Litchfield (ben@csh.rit.edu)

Method Summary
static PDFont createFont(COSDictionary dic)
          This will create the correct font based on information in the dictionary.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createFont

public static PDFont createFont(COSDictionary dic)
                         throws IOException
This will create the correct font based on information in the dictionary.

Parameters:
dic - The populated dictionary.
Returns:
The corrent implementation for the font.
Throws:
IOException - If the dictionary is not valid.


Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.