Uses of Interface
org.docx4j.fonts.fop.fonts.FontTriplet.Matcher
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
-
Uses of FontTriplet.Matcher in org.docx4j.fonts.fop.fonts
Methods in org.docx4j.fonts.fop.fonts that return FontTriplet.Matcher Modifier and Type Method Description static FontTriplet.MatcherFontManagerConfigurator. createFontsMatcher(java.util.List<java.lang.String> fontFamilies, boolean strict)Creates a font triplet matcher from a configuration object.static FontTriplet.MatcherFontManagerConfigurator. createFontsMatcher(Configuration cfg, boolean strict)Creates a font triplet matcher from a configuration object.FontTriplet.MatcherFontManager. getReferencedFontsMatcher()Gets theFontTriplet.Matcherthat can be used to identify the fonts that shall be referenced rather than embedded.Methods in org.docx4j.fonts.fop.fonts with parameters of type FontTriplet.Matcher Modifier and Type Method Description voidFontManager. setReferencedFontsMatcher(FontTriplet.Matcher matcher)Sets theFontTriplet.Matcherthat can be used to identify the fonts that shall be referenced rather than embedded.voidFontManager. updateReferencedFonts(java.util.List<EmbedFontInfo> fontInfoList, FontTriplet.Matcher matcher)Updates the referenced font list.