fop 0.95 | |
Frames | No Frames |
Constructors with parameter type org.apache.fop.fonts.FontResolver | |
Constructs a new Type 1 font loader. |
Methods with parameter type org.apache.fop.fonts.FontResolver | |
void | FontSetup.setup(FontInfo fontInfo, List configuredFontList, FontResolver resolver, Graphics2D graphics) Sets up the font info object. |
Constructors with parameter type org.apache.fop.fonts.FontResolver | |
Default constructor
|
Constructors with parameter type org.apache.fop.fonts.FontResolver | |
Default constructor. | |
Main constructor
|
Fields of type org.apache.fop.fonts.FontResolver | |
FontResolver | the FontResolver to use for font URI resolution |
Methods with parameter type org.apache.fop.fonts.FontResolver | |
void | Add fonts from configuration file starting with internal name F |
CustomFont | Loads a custom font from a File. |
CustomFont | Loads a custom font from a URI. |
CustomFont | Loads a custom font from an URL. |
InputStream | Opens a font URI and returns an input stream. |
void | Sets the font resolver. |
void | Sets the font resolver. |
void | Sets up the font info object. |
void | FontSetup.setup(FontInfo fontInfo, List embedList, FontResolver resolver, boolean enableBase14Kerning) Sets up the font info object. |
Methods with return type org.apache.fop.fonts.FontResolver | |
FontResolver |
Classes implementing org.apache.fop.fonts.FontResolver | |
class | Default FontResolver implementation which uses the FOUserAgent to resolve font URIs. |
Fields of type org.apache.fop.fonts.FontResolver | |
FontResolver | Font resolver |
Methods with parameter type org.apache.fop.fonts.FontResolver | |
List | PrintRendererConfigurator.buildFontListFromConfiguration(Configuration cfg, String fontBaseURL, FontResolver fontResolver, boolean strict, FontCache fontCache) Builds a list of EmbedFontInfo objects for use with the setup() method. |
EmbedFontInfo | PrintRendererConfigurator.getFontInfoFromConfiguration(Configuration fontCfg, FontResolver fontResolver, boolean strict, FontCache fontCache) Returns a font info from a font node Configuration definition
|
Methods with return type org.apache.fop.fonts.FontResolver | |
FontResolver | Get FontResolver
|
Methods with parameter type org.apache.fop.fonts.FontResolver | |
EmbedFontInfo | Attempts to determine EmbedFontInfo from a given font file. |
fop 0.95 |