|
fop 0.93 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FontResolver | |
org.apache.fop.fonts | Classes for font handling. |
org.apache.fop.fonts.truetype | Classes for TrueType fonts. |
org.apache.fop.fonts.type1 | Classes for Adobe Type 1 fonts. |
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 |
static CustomFont |
FontLoader.loadFont(java.lang.String fontFileURI,
FontResolver resolver)
Loads a custom font from a URI. |
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.fonts.truetype |
Constructors in org.apache.fop.fonts.truetype with parameters of type FontResolver | |
TTFFontLoader(java.lang.String fontFileURI,
java.io.InputStream in,
FontResolver resolver)
|
Uses of FontResolver in org.apache.fop.fonts.type1 |
Constructors in org.apache.fop.fonts.type1 with parameters of type FontResolver | |
Type1FontLoader(java.lang.String fontFileURI,
java.io.InputStream in,
FontResolver resolver)
Constructs a new Type 1 font loader. |
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.93 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |