Uses of Class
org.apache.fop.fonts.EmbedFontInfo
Packages that use EmbedFontInfo
Package
Description
Classes for font handling.
A collection of classes that aid in the autodetection of installed system fonts.
Generic renderer interface.
Bitmap Renderer which creates TIFF and PNG images from rendered pages.
Java2D Renderer which paints rendered pages on Graphics2D instances.
PCL Renderer (Supports PCL5 and HP GL/2)
-
Uses of EmbedFontInfo in org.apache.fop.fonts
Fields in org.apache.fop.fonts with type parameters of type EmbedFontInfoModifier and TypeFieldDescriptionprivate final List
<EmbedFontInfo> CustomFontCollection.embedFontInfoList
private Map
<String, EmbedFontInfo> FontCache.CachedFontFile.filefontsMap
Methods in org.apache.fop.fonts that return EmbedFontInfoModifier and TypeMethodDescriptionFontCache.CachedFontFile.getEmbedFontInfos()
private EmbedFontInfo
DefaultFontConfigurator.getFontInfo
(DefaultFontConfig.Font font, FontCache fontCache) FontCache.getFontInfos
(String embedUrl, long lastModified) Returns the EmbedFontInfo instances belonging to a font file.Methods in org.apache.fop.fonts that return types with arguments of type EmbedFontInfoModifier and TypeMethodDescriptionDefaultFontConfigurator.configure
(FontConfig fontInfoConfig) Initializes font info settings from the user configurationprivate Map
<String, EmbedFontInfo> FontCache.CachedFontFile.getFileFontsMap()
Methods in org.apache.fop.fonts with parameters of type EmbedFontInfoModifier and TypeMethodDescriptionvoid
FontCache.addFont
(EmbedFontInfo fontInfo, InternalResourceResolver resourceResolver) Adds a font info to cacheboolean
FontCache.CachedFontFile.containsFont
(EmbedFontInfo efi) boolean
FontCache.containsFont
(EmbedFontInfo fontInfo) is this font info in the cache?protected static String
FontCache.getCacheKey
(EmbedFontInfo fontInfo) creates a key given a font info for the font mapping(package private) void
FontCache.CachedFontFile.put
(EmbedFontInfo efi) Method parameters in org.apache.fop.fonts with type arguments of type EmbedFontInfoModifier and TypeMethodDescriptionprivate static void
FontSetup.addConfiguredFonts
(FontInfo fontInfo, List<EmbedFontInfo> embedFontInfoList, int num, InternalResourceResolver resourceResolver, boolean base14Kerning) Add fonts from configuration file starting with internal name F. private void
DefaultFontConfigurator.addDirectories
(DefaultFontConfig fontInfoConfig, FontAdder fontAdder, List<EmbedFontInfo> fontInfoList) private void
DefaultFontConfigurator.addFonts
(DefaultFontConfig fontInfoConfig, FontCache fontCache, List<EmbedFontInfo> fontInfoList) void
FontManager.autoDetectFonts
(boolean autoDetectFonts, FontAdder fontAdder, boolean strict, FontEventListener listener, List<EmbedFontInfo> fontInfoList) Detect fonts from the operating system via FOPs autodetect mechanism.void
FontDetector.detect
(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, List<EmbedFontInfo> fontInfoList) void
FontDetectorFactory.DefaultFontDetector.detect
(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, List<EmbedFontInfo> fontInfoList) Detect installed fonts on the systemvoid
FontDetectorFactory.DisabledFontDetector.detect
(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, List<EmbedFontInfo> fontInfoList) void
FontManager.updateReferencedFonts
(List<EmbedFontInfo> fontInfoList) Updates the referenced font list using the FontManager's referenced fonts matcher (FontManager.getReferencedFontsMatcher()
).void
FontManager.updateReferencedFonts
(List<EmbedFontInfo> fontInfoList, FontTriplet.Matcher matcher) Updates the referenced font list.Constructors in org.apache.fop.fonts with parameters of type EmbedFontInfoModifierConstructorDescriptionLazyFont
(EmbedFontInfo fontInfo, InternalResourceResolver resourceResolver, boolean useComplexScripts) Main constructorConstructor parameters in org.apache.fop.fonts with type arguments of type EmbedFontInfoModifierConstructorDescriptionCustomFontCollection
(InternalResourceResolver fontResolver, List<EmbedFontInfo> customFonts, boolean useComplexScriptFeatures) Main constructor. -
Uses of EmbedFontInfo in org.apache.fop.fonts.autodetect
Methods in org.apache.fop.fonts.autodetect that return EmbedFontInfoModifier and TypeMethodDescriptionFontInfoFinder.find
(URI fontURI, InternalResourceResolver resourceResolver, FontCache fontCache) Attempts to determine EmbedFontInfo from a given font file.private EmbedFontInfo
FontInfoFinder.getFontInfoFromCustomFont
(URI fontUri, CustomFont customFont, FontCache fontCache, InternalResourceResolver resourceResolver) Attempts to determine FontInfo from a given custom font -
Uses of EmbedFontInfo in org.apache.fop.render
Fields in org.apache.fop.render with type parameters of type EmbedFontInfoModifier and TypeFieldDescriptionprotected List
<EmbedFontInfo> PrintRenderer.embedFontInfoList
list of fontsprivate final FontConfigurator
<EmbedFontInfo> PrintRendererConfigurator.fontInfoConfigurator
Methods in org.apache.fop.render that return types with arguments of type EmbedFontInfoModifier and TypeMethodDescriptionprivate List
<EmbedFontInfo> PrintRendererConfigurator.buildFontList
(String mimeType) PrintRenderer.getFontList()
Method parameters in org.apache.fop.render with type arguments of type EmbedFontInfoModifier and TypeMethodDescriptionvoid
PrintRenderer.addFontList
(List<EmbedFontInfo> fontList) Adds a font list to current list of fontsprotected FontCollection
PrintRendererConfigurator.createCollectionFromFontList
(InternalResourceResolver resolver, List<EmbedFontInfo> fontList) Creates the font collection given a list of embedded font infomation.void
PrintRenderer.setFontList
(List<EmbedFontInfo> embedFontInfoList) Constructor parameters in org.apache.fop.render with type arguments of type EmbedFontInfoModifierConstructorDescriptionPrintRendererConfigurator
(FOUserAgent userAgent, RendererConfig.RendererConfigParser rendererConfigParser, FontConfigurator<EmbedFontInfo> fontInfoConfigurator) Default constructor -
Uses of EmbedFontInfo in org.apache.fop.render.bitmap
Method parameters in org.apache.fop.render.bitmap with type arguments of type EmbedFontInfoModifier and TypeMethodDescriptionprotected FontCollection
BitmapRendererConfigurator.createCollectionFromFontList
(InternalResourceResolver resourceResolver, List<EmbedFontInfo> fontList) -
Uses of EmbedFontInfo in org.apache.fop.render.java2d
Fields in org.apache.fop.render.java2d with type parameters of type EmbedFontInfoModifier and TypeFieldDescriptionprivate final List
<EmbedFontInfo> ConfiguredFontCollection.embedFontInfoList
Constructor parameters in org.apache.fop.render.java2d with type arguments of type EmbedFontInfoModifierConstructorDescriptionConfiguredFontCollection
(InternalResourceResolver resourceResolver, List<EmbedFontInfo> customFonts, boolean useComplexScriptFeatures) Main constructor -
Uses of EmbedFontInfo in org.apache.fop.render.pcl
Method parameters in org.apache.fop.render.pcl with type arguments of type EmbedFontInfoModifier and TypeMethodDescriptionprotected FontCollection
PCLRendererConfigurator.createCollectionFromFontList
(InternalResourceResolver resourceResolver, List<EmbedFontInfo> fontList)