Package org.apache.fop.fonts
Class FontDetectorFactory
- java.lang.Object
-
- org.apache.fop.fonts.FontDetectorFactory
-
public final class FontDetectorFactory extends java.lang.Object
A factory that provides the font detecting machanism.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FontDetector
createDefault()
Creates the default font detectorstatic FontDetector
createDisabled()
Creates a disabled font detector which, by definition, does nothing to detect fonts.
-
-
-
Method Detail
-
createDefault
public static FontDetector createDefault()
Creates the default font detector- Returns:
- the default font detector
-
createDisabled
public static FontDetector createDisabled()
Creates a disabled font detector which, by definition, does nothing to detect fonts.- Returns:
- the completely restricted font detector
-
-