fop 2.1

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

Packages that use CustomFont
org.apache.fop.fonts Classes for font handling. 
org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances. 
org.apache.fop.render.pcl.fonts   
 

Uses of CustomFont in org.apache.fop.fonts
 

Subclasses of CustomFont in org.apache.fop.fonts
 class CIDFont
          Abstract base class for CID fonts.
 class MultiByteFont
          Generic MultiByte (CID) font
 class SingleByteFont
          Generic SingleByte font
 

Fields in org.apache.fop.fonts declared as CustomFont
protected  CustomFont FontLoader.returnFont
          the loaded font
 

Methods in org.apache.fop.fonts that return CustomFont
 CustomFont FontLoader.getFont()
          Returns the custom font that was read using this instance of FontLoader.
static CustomFont FontLoader.loadFont(FontUris fontUris, java.lang.String subFontName, boolean embedded, EmbeddingMode embeddingMode, EncodingMode encodingMode, boolean useKerning, boolean useAdvanced, InternalResourceResolver resourceResolver)
          Loads a custom font from a URI.
 

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

Constructors in org.apache.fop.render.java2d with parameters of type CustomFont
CustomFontMetricsMapper(CustomFont fontMetrics)
          Construction of this class results in the immediate construction of the underlying Font.
 

Uses of CustomFont in org.apache.fop.render.pcl.fonts
 

Fields in org.apache.fop.render.pcl.fonts declared as CustomFont
protected  CustomFont PCLFontReader.font
           
 

Methods in org.apache.fop.render.pcl.fonts with parameters of type CustomFont
 void PCLFontReader.setFont(CustomFont mbFont)
           
 


fop 2.1

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