Package org.apache.fop.fonts
Interface FontDetector
-
- All Known Implementing Classes:
FontDetectorFactory.DefaultFontDetector
,FontDetectorFactory.DisabledFontDetector
public interface FontDetector
An interface for the font detecting mechanism.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, java.util.List<EmbedFontInfo> fontInfoList)
-
-
-
Method Detail
-
detect
void detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, java.util.List<EmbedFontInfo> fontInfoList) throws FOPException
- Throws:
FOPException
-
-