Uses of Interface
org.apache.fop.fonts.FontTriplet.Matcher
-
Packages that use FontTriplet.Matcher Package Description org.apache.fop.fonts Classes for font handling. -
-
Uses of FontTriplet.Matcher in org.apache.fop.fonts
Methods in org.apache.fop.fonts that return FontTriplet.Matcher Modifier and Type Method Description static FontTriplet.Matcher
FontManagerConfigurator. createFontsMatcher(java.util.List<java.lang.String> fontFamilies, boolean strict)
Creates a font triplet matcher from a configuration object.static FontTriplet.Matcher
FontManagerConfigurator. createFontsMatcher(Configuration cfg, boolean strict)
Creates a font triplet matcher from a configuration object.FontTriplet.Matcher
FontManager. getReferencedFontsMatcher()
Gets theFontTriplet.Matcher
that 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.Matcher Modifier and Type Method Description void
FontManager. setReferencedFontsMatcher(FontTriplet.Matcher matcher)
Sets theFontTriplet.Matcher
that can be used to identify the fonts that shall be referenced rather than embedded.void
FontManager. updateReferencedFonts(java.util.List<EmbedFontInfo> fontInfoList, FontTriplet.Matcher matcher)
Updates the referenced font list.
-