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
Modifier and TypeMethodDescriptionvoid
detect
(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, List<EmbedFontInfo> fontInfoList)
-
Method Details
-
detect
void detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, List<EmbedFontInfo> fontInfoList) throws FOPException - Throws:
FOPException
-