Package | Description |
---|---|
org.apache.fop.apps |
Application classes used for running FOP embedded in other applications.
|
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.
|
Modifier and Type | Method and Description |
---|---|
FontCache |
FopFactory.getFontCache()
Deprecated.
use getFontManager().getFontCache() instead
|
Modifier and Type | Method and Description |
---|---|
FontCache |
FontManager.getFontCache()
Returns the font cache instance used by this font manager.
|
static FontCache |
FontCache.load()
Reads the default font cache file and returns its contents.
|
static FontCache |
FontCache.loadFrom(java.io.File cacheFile)
Reads a font cache file and returns its contents.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FontInfoConfigurator.addFonts(org.apache.avalon.framework.configuration.Configuration fontsCfg,
FontCache fontCache,
java.util.List<EmbedFontInfo> fontInfoList)
Populates the font info list from the fonts configuration
|
protected EmbedFontInfo |
FontInfoConfigurator.getFontInfo(org.apache.avalon.framework.configuration.Configuration fontCfg,
FontCache fontCache)
Returns a font info from a font node Configuration definition
|
Modifier and Type | Method and Description |
---|---|
EmbedFontInfo[] |
FontInfoFinder.find(java.net.URL fontURL,
FontResolver resolver,
FontCache fontCache)
Attempts to determine EmbedFontInfo from a given font file.
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.