fop 1.0

Uses of Interface
org.apache.fop.fonts.FontCollection

Packages that use FontCollection
org.apache.fop.afp.fonts Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects. 
org.apache.fop.fonts Classes for font handling. 
org.apache.fop.fonts.base14 Base 14 fonts used for PDF and PostScript. 
org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances. 
 

Uses of FontCollection in org.apache.fop.afp.fonts
 

Classes in org.apache.fop.afp.fonts that implement FontCollection
 class AFPBase12FontCollection
          Sets up a typical Base 12 font configuration for AFP
 class AFPFontCollection
          A base collection of AFP fonts
 

Uses of FontCollection in org.apache.fop.fonts
 

Classes in org.apache.fop.fonts that implement FontCollection
 class CustomFontCollection
          Sets up a set of custom (embedded) fonts
 

Methods in org.apache.fop.fonts with parameters of type FontCollection
 void FontManager.setup(FontInfo fontInfo, FontCollection[] fontCollections)
          Sets up the fonts on a given FontInfo object.
 

Uses of FontCollection in org.apache.fop.fonts.base14
 

Classes in org.apache.fop.fonts.base14 that implement FontCollection
 class Base14FontCollection
          Sets up Base 14 fonts
 

Uses of FontCollection in org.apache.fop.render.java2d
 

Classes in org.apache.fop.render.java2d that implement FontCollection
 class ConfiguredFontCollection
          A java2d configured font collection
 class InstalledFontCollection
          A custom AWT font collection
 


fop 1.0

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