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.
|
org.apache.fop.render |
Generic renderer interface.
|
Modifier and Type | Method and Description |
---|---|
FontCache |
FopFactory.getFontCache()
Returns the font cache instance used by this factory.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
EmbedFontInfo |
FontInfoFinder.find(java.net.URL fontUrl,
FontResolver resolver,
FontCache fontCache)
Attempts to determine EmbedFontInfo from a given font file.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List |
PrintRendererConfigurator.buildFontListFromConfiguration(org.apache.avalon.framework.configuration.Configuration cfg,
java.lang.String fontBaseURL,
FontResolver fontResolver,
boolean strict,
FontCache fontCache)
Builds a list of EmbedFontInfo objects for use with the setup() method.
|
static EmbedFontInfo |
PrintRendererConfigurator.getFontInfoFromConfiguration(org.apache.avalon.framework.configuration.Configuration fontCfg,
FontResolver fontResolver,
boolean strict,
FontCache fontCache)
Returns a font info from a font node Configuration definition
|
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.