|
fop 0.92beta | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FontResolver | |
org.apache.fop.fonts | Classes for font handling. |
org.apache.fop.render | Generic renderer interface. |
Uses of FontResolver in org.apache.fop.fonts |
Methods in org.apache.fop.fonts with parameters of type FontResolver | |
void |
CustomFont.setResolver(FontResolver resolver)
Sets the font resolver. |
static void |
FontSetup.setup(FontInfo fontInfo,
java.util.List embedList,
FontResolver resolver)
Sets up the font info object. |
static void |
FontSetup.setup(FontInfo fontInfo,
java.util.List embedList,
FontResolver resolver,
boolean enableBase14Kerning)
Sets up the font info object. |
static void |
FontSetup.addConfiguredFonts(FontInfo fontInfo,
java.util.List fontInfoList,
int num,
FontResolver resolver)
Add fonts from configuration file starting with internal name F |
void |
FontReader.setResolver(FontResolver resolver)
Sets the font resolver. |
Constructors in org.apache.fop.fonts with parameters of type FontResolver | |
LazyFont(java.lang.String fontEmbedPath,
java.lang.String metricsFileName,
boolean useKerning,
FontResolver resolver)
Main constructor |
Uses of FontResolver in org.apache.fop.render |
Classes in org.apache.fop.render that implement FontResolver | |
class |
DefaultFontResolver
Default FontResolver implementation which uses the FOUserAgent to resolve font URIs. |
|
fop 0.92beta | |||||||||
PREV NEXT | FRAMES NO FRAMES |