Uses of Interface
org.apache.fop.fonts.FontCacheManager
Packages that use FontCacheManager
Package
Description
Application classes used for running FOP embedded in other applications.
Classes for font handling.
-
Uses of FontCacheManager in org.apache.fop.apps
Methods in org.apache.fop.apps with parameters of type FontCacheManagerModifier and TypeMethodDescriptionprivate static FontManagerEnvironmentalProfileFactory.createFontManager(URI defaultBaseUri, org.apache.xmlgraphics.io.ResourceResolver resourceResolver, FontDetector fontDetector, FontCacheManager fontCacheManager) -
Uses of FontCacheManager in org.apache.fop.fonts
Classes in org.apache.fop.fonts that implement FontCacheManagerModifier and TypeClassDescriptionprivate static final classprivate static final classFields in org.apache.fop.fonts declared as FontCacheManagerMethods in org.apache.fop.fonts that return FontCacheManagerModifier and TypeMethodDescriptionstatic FontCacheManagerFontCacheManagerFactory.createDefault()Create the default font caching mechanism.static FontCacheManagerFontCacheManagerFactory.createDisabled()Create a disabled font caching mechanism which by definition does nothing to cache fonts.Constructors in org.apache.fop.fonts with parameters of type FontCacheManagerModifierConstructorDescriptionFontManager(InternalResourceResolver resourceResolver, FontDetector fontDetector, FontCacheManager fontCacheManager) Main constructor