Uses of Interface
org.apache.fop.fonts.FontTriplet.Matcher
Packages that use FontTriplet.Matcher
Package
Description
Classes for font handling.
An AFP Renderer implementation and supporting classes.
-
Uses of FontTriplet.Matcher in org.apache.fop.fonts
Classes in org.apache.fop.fonts that implement FontTriplet.MatcherModifier and TypeClassDescriptionprivate static class
private static class
Fields in org.apache.fop.fonts declared as FontTriplet.MatcherModifier and TypeFieldDescriptionprivate final FontTriplet.Matcher[]
FontManagerConfigurator.OrFontTripletMatcher.matchers
private FontTriplet.Matcher
FontManager.referencedFontsMatcher
FontTriplet matcher for fonts that shall be referenced rather than embedded.Methods in org.apache.fop.fonts that return FontTriplet.MatcherModifier and TypeMethodDescriptionstatic FontTriplet.Matcher
FontManagerConfigurator.createFontsMatcher
(List<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.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.MatcherModifier and TypeMethodDescriptionvoid
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
(List<EmbedFontInfo> fontInfoList, FontTriplet.Matcher matcher) Updates the referenced font list.Constructors in org.apache.fop.fonts with parameters of type FontTriplet.Matcher -
Uses of FontTriplet.Matcher in org.apache.fop.render.afp
Classes in org.apache.fop.render.afp that implement FontTriplet.MatcherFields in org.apache.fop.render.afp declared as FontTriplet.MatcherModifier and TypeFieldDescriptionprivate final FontTriplet.Matcher
AFPFontConfig.ParserHelper.matcher
Fields in org.apache.fop.render.afp with type parameters of type FontTriplet.MatcherModifier and TypeFieldDescriptionprivate final List
<FontTriplet.Matcher> AFPFontConfig.AggregateMatcher.matchers
Constructors in org.apache.fop.render.afp with parameters of type FontTriplet.Matcher