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 classFontManagerConfigurator.FontFamilyRegExFontTripletMatcherprivate static classFontManagerConfigurator.OrFontTripletMatcherFields in org.apache.fop.fonts declared as FontTriplet.Matcher Modifier and Type Field Description private FontTriplet.Matcher[]FontManagerConfigurator.OrFontTripletMatcher. matchersprivate FontTriplet.MatcherFontManager. referencedFontsMatcherFontTriplet 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.MatcherFontManagerConfigurator. createFontsMatcher(java.util.List<java.lang.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.FontTriplet.MatcherFontManager. 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.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.voidFontManager. 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 classAFPFontConfig.AggregateMatcherFields in org.apache.fop.render.afp declared as FontTriplet.Matcher Modifier and Type Field Description private FontTriplet.MatcherAFPFontConfig.ParserHelper. matcherFields 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. matchersConstructors in org.apache.fop.render.afp with parameters of type FontTriplet.Matcher Constructor Description AggregateMatcher(FontTriplet.Matcher... matchers)
-