Package org.docx4j.fonts.fop.fonts
Interface FontDetector
public interface FontDetector
An interface for the font detecting mechanism.
-
Method Summary
Modifier and Type Method Description voiddetect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, java.util.List<EmbedFontInfo> fontInfoList)
-
Method Details
-
detect
void detect(FontManager fontManager, FontAdder fontAdder, boolean strict, FontEventListener eventListener, java.util.List<EmbedFontInfo> fontInfoList) throws FOPException- Throws:
FOPException
-