fop 1.0

Uses of Interface
org.apache.fop.fonts.FontTriplet.Matcher

Packages that use FontTriplet.Matcher
org.apache.fop.fonts Classes for font handling. 
 

Uses of FontTriplet.Matcher in org.apache.fop.fonts
 

Methods in org.apache.fop.fonts that return FontTriplet.Matcher
static FontTriplet.Matcher FontManagerConfigurator.createFontsMatcher(org.apache.avalon.framework.configuration.Configuration cfg, boolean strict)
          Creates a font triplet matcher from a configuration object.
 FontTriplet.Matcher FontManager.getReferencedFontsMatcher()
          Gets the FontTriplet.Matcher that can be used to identify the fonts that shall be referenced rather than embedded.
 

Methods in org.apache.fop.fonts with parameters of type FontTriplet.Matcher
 void FontManager.setReferencedFontsMatcher(FontTriplet.Matcher matcher)
          Sets the FontTriplet.Matcher that can be used to identify the fonts that shall be referenced rather than embedded.
 void FontManager.updateReferencedFonts(java.util.List fontInfoList, FontTriplet.Matcher matcher)
          Updates the referenced font list.
 


fop 1.0

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