Package | Description |
---|---|
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 |
---|---|
protected EmbedFontInfo |
FontInfoConfigurator.getFontInfo(org.apache.avalon.framework.configuration.Configuration fontCfg,
FontCache fontCache)
Returns a font info from a font node Configuration definition
|
EmbedFontInfo[] |
FontCache.getFontInfos(java.lang.String embedUrl,
long lastModified)
Returns the EmbedFontInfo instances belonging to a font file.
|
Modifier and Type | Method and Description |
---|---|
void |
FontCache.addFont(EmbedFontInfo fontInfo)
Adds a font info to cache
|
boolean |
FontCache.containsFont(EmbedFontInfo fontInfo)
is this font info in the cache?
|
protected static java.lang.String |
FontCache.getCacheKey(EmbedFontInfo fontInfo)
creates a key given a font info for the font mapping
|
Constructor and Description |
---|
LazyFont(EmbedFontInfo fontInfo,
FontResolver resolver)
Main constructor
|
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-2010 The Apache Software Foundation. All Rights Reserved.