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 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.