Package org.apache.fop.fonts
Class FontDetectorFactory.DisabledFontDetector
- java.lang.Object
-
- org.apache.fop.fonts.FontDetectorFactory.DisabledFontDetector
-
- All Implemented Interfaces:
FontDetector
- Enclosing class:
- FontDetectorFactory
private static class FontDetectorFactory.DisabledFontDetector extends java.lang.Object implements FontDetector
-
-
Constructor Summary
Constructors Modifier Constructor Description private
DisabledFontDetector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, java.util.List<EmbedFontInfo> fontInfoList)
-
-
-
Method Detail
-
detect
public void detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, java.util.List<EmbedFontInfo> fontInfoList) throws FOPException
- Specified by:
detect
in interfaceFontDetector
- Throws:
FOPException
-
-