Uses of Package
org.apache.pdfbox.pdmodel.font

Packages that use org.apache.pdfbox.pdmodel.font
org.apache.pdfbox This package holds executable classes that interact with the PDFBox application. 
org.apache.pdfbox.pdmodel.edit The PDModel edit package will be used to store classes for creating page content. 
org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document. 
org.apache.pdfbox.pdmodel.graphics The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document. 
org.apache.pdfbox.pdmodel.text The PDModel text package deals with text states, operations, and parameters within the PDF document. 
org.apache.pdfbox.util This package contains utility classes that are used by the PDFBox project. 
 

Classes in org.apache.pdfbox.pdmodel.font used by org.apache.pdfbox
PDSimpleFont
          This class contains implementation details of the simple pdf fonts.
 

Classes in org.apache.pdfbox.pdmodel.font used by org.apache.pdfbox.pdmodel.edit
PDFont
          This is the base class for all PDF fonts.
 

Classes in org.apache.pdfbox.pdmodel.font used by org.apache.pdfbox.pdmodel.font
PDCIDFont
          This is implementation for the CIDFontType0/CIDFontType2 Fonts.
PDFont
          This is the base class for all PDF fonts.
PDFontDescriptor
          This class represents an interface to the font description.
PDFontDescriptorDictionary
          This class represents an implementation to the font descriptor that gets its information from a COS Dictionary.
PDSimpleFont
          This class contains implementation details of the simple pdf fonts.
PDTrueTypeFont
          This is the TrueType implementation of fonts.
PDType1Font
          This is implementation of the Type1 Font.
 

Classes in org.apache.pdfbox.pdmodel.font used by org.apache.pdfbox.pdmodel.graphics
PDFont
          This is the base class for all PDF fonts.
 

Classes in org.apache.pdfbox.pdmodel.font used by org.apache.pdfbox.pdmodel.text
PDFont
          This is the base class for all PDF fonts.
 

Classes in org.apache.pdfbox.pdmodel.font used by org.apache.pdfbox.util
PDFont
          This is the base class for all PDF fonts.
 



Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.