fop 0.95

Uses of Class
org.apache.fop.fonts.FontInfo

Packages that use FontInfo
org.apache.fop.area FOP's area tree. 
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.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.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. 
 

Uses of FontInfo in org.apache.fop.area
 

Constructors in org.apache.fop.area with parameters of type FontInfo
CachedRenderPagesModel(FOUserAgent userAgent, java.lang.String outputFormat, FontInfo fontInfo, java.io.OutputStream stream)
          Main Constructor
RenderPagesModel(FOUserAgent userAgent, java.lang.String outputFormat, FontInfo fontInfo, java.io.OutputStream stream)
          Create a new render pages model with the given renderer.
 

Uses of FontInfo in org.apache.fop.fo
 

Fields in org.apache.fop.fo declared as FontInfo
protected  FontInfo FOEventHandler.fontInfo
          The Font information relevant for this document
 

Methods in org.apache.fop.fo that return FontInfo
 FontInfo FOEventHandler.getFontInfo()
          Retrieve the font information for this document
 

Uses of FontInfo in org.apache.fop.fo.properties
 

Methods in org.apache.fop.fo.properties with parameters of type FontInfo
 FontTriplet[] CommonFont.getFontState(FontInfo fontInfo)
          Create and return an array of FontTriplets based on the properties stored in the instance variables.
 

Uses of FontInfo in org.apache.fop.fonts
 

Methods in org.apache.fop.fonts with parameters of type FontInfo
static void FontSetup.addConfiguredFonts(FontInfo fontInfo, java.util.List fontInfoList, int num, FontResolver resolver)
          Add fonts from configuration file starting with internal name F.
static void FontSetup.setup(FontInfo fontInfo, java.util.List embedList, FontResolver resolver)
          Sets up the font info object.
static void FontSetup.setup(FontInfo fontInfo, java.util.List embedList, FontResolver resolver, boolean enableBase14Kerning)
          Sets up the font info object.
 

Uses of FontInfo in org.apache.fop.pdf
 

Methods in org.apache.fop.pdf with parameters of type FontInfo
 void PDFResources.addFonts(PDFDocument doc, FontInfo fontInfo)
          Add the fonts in the font info to this PDF document's Font Resources.
 

Uses of FontInfo in org.apache.fop.render
 

Fields in org.apache.fop.render declared as FontInfo
protected  FontInfo PrintRenderer.fontInfo
          Font configuration
 

Methods in org.apache.fop.render with parameters of type FontInfo
abstract  void AbstractRenderer.setupFontInfo(FontInfo fontInfo)
          Set up the given FontInfo.
 void PrintRenderer.setupFontInfo(FontInfo inFontInfo)
          Set up the font info
 void Renderer.setupFontInfo(FontInfo fontInfo)
          Set up the given FontInfo.
 

Uses of FontInfo in org.apache.fop.render.afp
 

Methods in org.apache.fop.render.afp with parameters of type FontInfo
 void AFPRenderer.setupFontInfo(FontInfo inFontInfo)
          Set up the font info
 

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

Methods in org.apache.fop.render.java2d with parameters of type FontInfo
static void FontSetup.setup(FontInfo fontInfo, java.util.List configuredFontList, FontResolver resolver, java.awt.Graphics2D graphics)
          Sets up the font info object.
 void Java2DRenderer.setupFontInfo(FontInfo inFontInfo)
          Set up the font info
 

Constructors in org.apache.fop.render.java2d with parameters of type FontInfo
Java2DGraphicsState(java.awt.Graphics2D graphics, FontInfo fontInfo, java.awt.geom.AffineTransform at)
          State for storing graphics state.
 

Uses of FontInfo in org.apache.fop.render.pcl
 

Methods in org.apache.fop.render.pcl with parameters of type FontInfo
 void PCLRenderer.setupFontInfo(FontInfo inFontInfo)
          Set up the font info
 

Uses of FontInfo in org.apache.fop.render.pdf
 

Fields in org.apache.fop.render.pdf declared as FontInfo
 FontInfo PDFSVGHandler.PDFInfo.fi
          see PDF_FONT_INFO
 

Uses of FontInfo in org.apache.fop.render.ps
 

Fields in org.apache.fop.render.ps declared as FontInfo
protected  FontInfo NativeTextHandler.fontInfo
          FontInfo containing all available fonts
 

Methods in org.apache.fop.render.ps that return FontInfo
 FontInfo NativeTextHandler.getFontInfo()
          Return the font information associated with this object
 FontInfo PSSVGHandler.PSInfo.getFontInfo()
          Returns the fontInfo.
 

Methods in org.apache.fop.render.ps with parameters of type FontInfo
static java.util.Map PSFontUtils.determineSuppliedFonts(org.apache.xmlgraphics.ps.dsc.ResourceTracker resTracker, FontInfo fontInfo, java.util.Map fonts)
          Determines the set of fonts that will be supplied with the PS file and registers them with the resource tracker.
static void ResourceHandler.process(FOUserAgent userAgent, java.io.InputStream in, java.io.OutputStream out, FontInfo fontInfo, org.apache.xmlgraphics.ps.dsc.ResourceTracker resTracker, java.util.Map formResources, int pageCount, java.awt.geom.Rectangle2D documentBoundingBox)
          Rewrites the temporary PostScript file generated by PSRenderer adding all needed resources (fonts and images).
 void PSSVGHandler.PSInfo.setFontInfo(FontInfo fontInfo)
          Sets the fontInfo.
static java.util.Map PSFontUtils.writeFontDict(org.apache.xmlgraphics.ps.PSGenerator gen, FontInfo fontInfo)
          Generates the PostScript code for the font dictionary.
static java.util.Map PSFontUtils.writeFontDict(org.apache.xmlgraphics.ps.PSGenerator gen, FontInfo fontInfo, java.util.Map fonts)
          Generates the PostScript code for the font dictionary.
 

Constructors in org.apache.fop.render.ps with parameters of type FontInfo
NativeTextHandler(org.apache.xmlgraphics.java2d.ps.PSGraphics2D g2d, FontInfo fontInfo)
          Main constructor.
 

Uses of FontInfo in org.apache.fop.render.xml
 

Methods in org.apache.fop.render.xml with parameters of type FontInfo
 void XMLRenderer.setupFontInfo(FontInfo inFontInfo)
          Set up the font info
 

Uses of FontInfo in org.apache.fop.svg
 

Fields in org.apache.fop.svg declared as FontInfo
protected  FontInfo PDFGraphics2D.fontInfo
          The current font information.
 

Methods in org.apache.fop.svg that return FontInfo
 FontInfo PDFDocumentGraphics2D.getFontInfo()
          Get the font info for this pdf document.
 

Methods in org.apache.fop.svg with parameters of type FontInfo
 void PDFDocumentGraphics2D.setFontInfo(FontInfo fontInfo)
          Sets the font info for this PDF document.
 

Constructors in org.apache.fop.svg with parameters of type FontInfo
PDFBatikFlowTextElementBridge(FontInfo fontInfo)
          Main Constructor.
PDFBridgeContext(org.apache.batik.bridge.UserAgent userAgent, org.apache.batik.bridge.DocumentLoader loader, FontInfo fontInfo, org.apache.xmlgraphics.image.loader.ImageManager imageManager, org.apache.xmlgraphics.image.loader.ImageSessionContext imageSessionContext, java.awt.geom.AffineTransform linkTransform)
          Constructs a new bridge context.
PDFBridgeContext(org.apache.batik.bridge.UserAgent userAgent, FontInfo fontInfo, org.apache.xmlgraphics.image.loader.ImageManager imageManager, org.apache.xmlgraphics.image.loader.ImageSessionContext imageSessionContext)
          Constructs a new bridge context.
PDFBridgeContext(org.apache.batik.bridge.UserAgent userAgent, FontInfo fontInfo, org.apache.xmlgraphics.image.loader.ImageManager imageManager, org.apache.xmlgraphics.image.loader.ImageSessionContext imageSessionContext, java.awt.geom.AffineTransform linkTransform)
          Constructs a new bridge context.
PDFFlowExtTextPainter(FontInfo fontInfo)
          Main constructor
PDFFlowTextPainter(FontInfo fontInfo)
          Main constructor
PDFGraphics2D(boolean textAsShapes, FontInfo fi, PDFDocument doc, PDFResourceContext page, java.lang.String pref, java.lang.String font, float size)
          Create a new PDFGraphics2D with the given pdf document info.
PDFSVGFlowRootElementBridge(FontInfo fontInfo)
          Main Constructor.
PDFTextElementBridge(FontInfo fi)
          Constructs a new bridge for the <text> element.
PDFTextPainter(FontInfo fi)
          Create a new PDF text painter with the given font information.
 


fop 0.95

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