Uses of Interface
org.apache.fop.fonts.FontDetector
-
Packages that use FontDetector Package Description org.apache.fop.apps Application classes used for running FOP embedded in other applications.org.apache.fop.fonts Classes for font handling. -
-
Uses of FontDetector in org.apache.fop.apps
Methods in org.apache.fop.apps with parameters of type FontDetector Modifier and Type Method Description private static FontManagerEnvironmentalProfileFactory. createFontManager(java.net.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 FontDetector Modifier and Type Class Description private static classFontDetectorFactory.DefaultFontDetectorDetector of operating system and classpath fontsprivate static classFontDetectorFactory.DisabledFontDetectorFields in org.apache.fop.fonts declared as FontDetector Modifier and Type Field Description private FontDetectorFontManager. fontDetectorMethods in org.apache.fop.fonts that return FontDetector Modifier and Type Method Description static 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 FontDetector Constructor Description FontManager(InternalResourceResolver resourceResolver, FontDetector fontDetector, FontCacheManager fontCacheManager)Main constructor
-