fop 0.95

Uses of Package
org.apache.fop.fonts

Packages that use org.apache.fop.fonts
org.apache.fop.apps Application classes used for running FOP embedded in other applications. 
org.apache.fop.area FOP's area tree. 
org.apache.fop.area.inline FOP's area tree: inline-level areas 
org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree. 
org.apache.fop.fo.properties Classes representing the various property types as well as supporting data structures for the FO tree. 
org.apache.fop.fonts Classes for font handling. 
org.apache.fop.fonts.autodetect A collection of classes that aid in the autodetection of installed system fonts. 
org.apache.fop.fonts.base14 Base 14 fonts used for PDF and PostScript. 
org.apache.fop.fonts.truetype Classes for TrueType fonts. 
org.apache.fop.fonts.type1 Classes for Adobe Type 1 fonts. 
org.apache.fop.layoutmgr FOP's layout engine. 
org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. 
org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. 
org.apache.fop.render Generic renderer interface. 
org.apache.fop.render.afp   
org.apache.fop.render.afp.fonts   
org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances. 
org.apache.fop.render.pcl PCL Renderer (Supports PCL5 and HP GL/2) 
org.apache.fop.render.pdf PDF Renderer 
org.apache.fop.render.ps PostScript Renderer 
org.apache.fop.render.xml Area Tree XML Renderer. 
org.apache.fop.svg Classes that add SVG support to FOP and SVG->PDF conversion for Batik. 
org.apache.fop.traits Trait classes and other supporting data structures. 
 

Classes in org.apache.fop.fonts used by org.apache.fop.apps
FontCache
          Fop cache (currently only used for font info caching)
 

Classes in org.apache.fop.fonts used by org.apache.fop.area
FontInfo
          The FontInfo for the layout and rendering of a fo document.
 

Classes in org.apache.fop.fonts used by org.apache.fop.area.inline
Font
          This class holds font state information and provides access to the font metrics.
 

Classes in org.apache.fop.fonts used by org.apache.fop.fo
FontInfo
          The FontInfo for the layout and rendering of a fo document.
 

Classes in org.apache.fop.fonts used by org.apache.fop.fo.properties
Font
          This class holds font state information and provides access to the font metrics.
FontInfo
          The FontInfo for the layout and rendering of a fo document.
FontTriplet
          FontTriplet contains information on name, style and weight of one font
 

Classes in org.apache.fop.fonts used by org.apache.fop.fonts
AbstractCodePointMapping
          Abstract base class for code point mapping classes (1-byte character encodings).
BFEntry
          This is just a holder class for bfentries, groups of characters of a base font (bf).
CachedFontInfo
          Font info stored in the cache
CIDFont
          Abstract base class for CID fonts.
CIDFontType
          This class enumerates all supported CID font types.
CodePointMapping
           
CustomFont
          Abstract base class for custom fonts loaded from files, for example.
EmbedFontInfo
          FontInfo contains meta information on fonts (where is the metrics file etc.)
Font
          This class holds font state information and provides access to the font metrics.
FontCache
          Fop cache (currently only used for font info caching)
FontDescriptor
          This interface enhances the font metrics interface with access methods to value needed to register fonts in various target formats like PDF or PostScript.
FontInfo
          The FontInfo for the layout and rendering of a fo document.
FontMetrics
          Main interface for access to font metrics.
FontResolver
          This interface is used to resolve absolute and relative font URIs.
FontTriplet
          FontTriplet contains information on name, style and weight of one font
FontType
          This class enumerates all supported font types.
MutableFont
          This interface is used to set the values of a font during configuration time.
Typeface
          Base class for PDF font classes
 

Classes in org.apache.fop.fonts used by org.apache.fop.fonts.autodetect
EmbedFontInfo
          FontInfo contains meta information on fonts (where is the metrics file etc.)
FontCache
          Fop cache (currently only used for font info caching)
FontResolver
          This interface is used to resolve absolute and relative font URIs.
 

Classes in org.apache.fop.fonts used by org.apache.fop.fonts.base14
FontMetrics
          Main interface for access to font metrics.
FontType
          This class enumerates all supported font types.
Typeface
          Base class for PDF font classes
 

Classes in org.apache.fop.fonts used by org.apache.fop.fonts.truetype
FontLoader
          Base class for font loaders.
FontResolver
          This interface is used to resolve absolute and relative font URIs.
 

Classes in org.apache.fop.fonts used by org.apache.fop.fonts.type1
FontLoader
          Base class for font loaders.
FontResolver
          This interface is used to resolve absolute and relative font URIs.
 

Classes in org.apache.fop.fonts used by org.apache.fop.layoutmgr
Font
          This class holds font state information and provides access to the font metrics.
 

Classes in org.apache.fop.fonts used by org.apache.fop.layoutmgr.inline
Font
          This class holds font state information and provides access to the font metrics.
 

Classes in org.apache.fop.fonts used by org.apache.fop.pdf
CIDFont
          Abstract base class for CID fonts.
CIDFontType
          This class enumerates all supported CID font types.
FontDescriptor
          This interface enhances the font metrics interface with access methods to value needed to register fonts in various target formats like PDF or PostScript.
FontInfo
          The FontInfo for the layout and rendering of a fo document.
FontMetrics
          Main interface for access to font metrics.
FontType
          This class enumerates all supported font types.
 

Classes in org.apache.fop.fonts used by org.apache.fop.render
EmbedFontInfo
          FontInfo contains meta information on fonts (where is the metrics file etc.)
Font
          This class holds font state information and provides access to the font metrics.
FontCache
          Fop cache (currently only used for font info caching)
FontInfo
          The FontInfo for the layout and rendering of a fo document.
FontMetrics
          Main interface for access to font metrics.
FontResolver
          This interface is used to resolve absolute and relative font URIs.
 

Classes in org.apache.fop.fonts used by org.apache.fop.render.afp
FontInfo
          The FontInfo for the layout and rendering of a fo document.
 

Classes in org.apache.fop.fonts used by org.apache.fop.render.afp.fonts
FontMetrics
          Main interface for access to font metrics.
FontType
          This class enumerates all supported font types.
Typeface
          Base class for PDF font classes
 

Classes in org.apache.fop.fonts used by org.apache.fop.render.java2d
CustomFont
          Abstract base class for custom fonts loaded from files, for example.
Font
          This class holds font state information and provides access to the font metrics.
FontInfo
          The FontInfo for the layout and rendering of a fo document.
FontMetrics
          Main interface for access to font metrics.
FontType
          This class enumerates all supported font types.
LazyFont
          This class is used to defer the loading of a font until it is really used.
Typeface
          Base class for PDF font classes
 

Classes in org.apache.fop.fonts used by org.apache.fop.render.pcl
FontInfo
          The FontInfo for the layout and rendering of a fo document.
 

Classes in org.apache.fop.fonts used by org.apache.fop.render.pdf
Font
          This class holds font state information and provides access to the font metrics.
FontInfo
          The FontInfo for the layout and rendering of a fo document.
 

Classes in org.apache.fop.fonts used by org.apache.fop.render.ps
Font
          This class holds font state information and provides access to the font metrics.
FontInfo
          The FontInfo for the layout and rendering of a fo document.
Typeface
          Base class for PDF font classes
 

Classes in org.apache.fop.fonts used by org.apache.fop.render.xml
FontInfo
          The FontInfo for the layout and rendering of a fo document.
 

Classes in org.apache.fop.fonts used by org.apache.fop.svg
Font
          This class holds font state information and provides access to the font metrics.
FontInfo
          The FontInfo for the layout and rendering of a fo document.
 

Classes in org.apache.fop.fonts used by org.apache.fop.traits
Font
          This class holds font state information and provides access to the font metrics.
 


fop 0.95

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.