Uses of Interface
org.apache.fop.fonts.FontTriplet.Matcher
-
Packages that use FontTriplet.Matcher Package Description org.apache.fop.fonts Classes for font handling.org.apache.fop.render.afp 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.Matcher Modifier and Type Class Description private static class
FontManagerConfigurator.FontFamilyRegExFontTripletMatcher
private static class
FontManagerConfigurator.OrFontTripletMatcher
Fields in org.apache.fop.fonts declared as FontTriplet.Matcher Modifier and Type Field Description private 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.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.Constructors in org.apache.fop.fonts with parameters of type FontTriplet.Matcher Constructor Description OrFontTripletMatcher(FontTriplet.Matcher[] matchers)
-
Uses of FontTriplet.Matcher in org.apache.fop.render.afp
Classes in org.apache.fop.render.afp that implement FontTriplet.Matcher Modifier and Type Class Description private static class
AFPFontConfig.AggregateMatcher
Fields in org.apache.fop.render.afp declared as FontTriplet.Matcher Modifier and Type Field Description private FontTriplet.Matcher
AFPFontConfig.ParserHelper. matcher
Fields in org.apache.fop.render.afp with type parameters of type FontTriplet.Matcher Modifier and Type Field Description private java.util.List<FontTriplet.Matcher>
AFPFontConfig.AggregateMatcher. matchers
Constructors in org.apache.fop.render.afp with parameters of type FontTriplet.Matcher Constructor Description AggregateMatcher(FontTriplet.Matcher... matchers)
-