Uses of Interface
org.apache.fop.fonts.FontTriplet.Matcher
Packages that use FontTriplet.Matcher
-
Uses of FontTriplet.Matcher in org.apache.fop.fonts
Methods in org.apache.fop.fonts that return FontTriplet.MatcherModifier and TypeMethodDescriptionstatic FontTriplet.MatcherFontManagerConfigurator.createFontsMatcher(List<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.FontManager.getReferencedFontsMatcher()Gets theFontTriplet.Matcherthat can be used to identify the fonts that shall be referenced rather than embedded.Methods in org.apache.fop.fonts with parameters of type FontTriplet.MatcherModifier and TypeMethodDescriptionvoidFontManager.setReferencedFontsMatcher(FontTriplet.Matcher matcher) Sets theFontTriplet.Matcherthat can be used to identify the fonts that shall be referenced rather than embedded.voidFontManager.updateReferencedFonts(List<EmbedFontInfo> fontInfoList, FontTriplet.Matcher matcher) Updates the referenced font list.