Uses of Interface
org.apache.fop.fonts.FontDetector
-
Packages that use FontDetector Package Description org.apache.fop.fonts Classes for font handling. -
-
Uses of FontDetector in org.apache.fop.fonts
Methods in org.apache.fop.fonts that return FontDetector Modifier and Type Method Description static FontDetector
FontDetectorFactory. createDefault()
Creates the default font detectorstatic FontDetector
FontDetectorFactory. createDisabled()
Creates a disabled font detector which, by definition, does nothing to detect fonts.Constructors in org.apache.fop.fonts with parameters of type FontDetector Constructor Description FontManager(InternalResourceResolver resourceResolver, FontDetector fontDetector, FontCacheManager fontCacheManager)
Main constructor
-