Uses of Interface org.apache.fop.fonts.FontResolver

Uses in package org.apache.fop.fonts.type1

Constructors with parameter type org.apache.fop.fonts.FontResolver

Type1FontLoader.Type1FontLoader(String fontFileURI, FontResolver resolver)
Constructs a new Type 1 font loader.

Uses in package org.apache.fop.render.java2d

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.

Uses in package org.apache.fop.fonts.truetype

Constructors with parameter type org.apache.fop.fonts.FontResolver

TTFFontLoader.TTFFontLoader(String fontFileURI, FontResolver resolver)
Default constructor

Uses in package org.apache.fop.fonts

Constructors with parameter type org.apache.fop.fonts.FontResolver

FontLoader.FontLoader(String fontFileURI, FontResolver resolver)
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
FontSetup.addConfiguredFonts(FontInfo fontInfo, List fontInfoList, int num, FontResolver resolver)
Add fonts from configuration file starting with internal name F.
CustomFont
FontLoader.loadFont(File fontFile, FontResolver resolver)
Loads a custom font from a File.
CustomFont
FontLoader.loadFont(String fontFileURI, FontResolver resolver)
Loads a custom font from a URI.
CustomFont
FontLoader.loadFont(URL fontUrl, FontResolver resolver)
Loads a custom font from an URL.
InputStream
FontLoader.openFontUri(FontResolver resolver, String uri)
Opens a font URI and returns an input stream.
void
Sets the font resolver.
void
Sets the font resolver.
void
FontSetup.setup(FontInfo fontInfo, List embedList, FontResolver resolver)
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

Uses in package org.apache.fop.render

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

Uses in package org.apache.fop.fonts.autodetect

Methods with parameter type org.apache.fop.fonts.FontResolver

EmbedFontInfo
FontInfoFinder.find(URL fontUrl, FontResolver resolver, FontCache fontCache)
Attempts to determine EmbedFontInfo from a given font file.

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.