Uses of Interface
org.apache.fop.fonts.FontDetector
Packages that use FontDetector
Package
Description
Application classes used for running FOP embedded in other applications.
Classes for font handling.
-
Uses of FontDetector in org.apache.fop.apps
Methods in org.apache.fop.apps with parameters of type FontDetectorModifier and TypeMethodDescriptionprivate static FontManagerEnvironmentalProfileFactory.createFontManager(URI defaultBaseUri, org.apache.xmlgraphics.io.ResourceResolver resourceResolver, FontDetector fontDetector, FontCacheManager fontCacheManager) -
Uses of FontDetector in org.apache.fop.fonts
Classes in org.apache.fop.fonts that implement FontDetectorModifier and TypeClassDescriptionprivate static classDetector of operating system and classpath fontsprivate static classFields in org.apache.fop.fonts declared as FontDetectorMethods in org.apache.fop.fonts that return FontDetectorModifier and TypeMethodDescriptionstatic FontDetectorFontDetectorFactory.createDefault()Creates the default font detectorstatic FontDetectorFontDetectorFactory.createDisabled()Creates a disabled font detector which, by definition, does nothing to detect fonts.Constructors in org.apache.fop.fonts with parameters of type FontDetectorModifierConstructorDescriptionFontManager(InternalResourceResolver resourceResolver, FontDetector fontDetector, FontCacheManager fontCacheManager) Main constructor