Uses of Class
org.apache.fop.fonts.FontTriplet
Packages that use FontTriplet
Package
Description
Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects.
Classes representing the various property types as well as supporting data structures for the FO tree.
Classes for font handling.
Font substitution facilities.
An AFP Renderer implementation and supporting classes.
-
Uses of FontTriplet in org.apache.fop.afp.fonts
Methods in org.apache.fop.afp.fonts that return types with arguments of type FontTripletModifier and TypeMethodDescriptionAFPFontInfo.getFontTriplets()
Returns the list of font triplets associated with this font.Constructor parameters in org.apache.fop.afp.fonts with type arguments of type FontTripletModifierConstructorDescriptionAFPFontInfo
(AFPFont afpFont, List<FontTriplet> tripletList) Main constructor -
Uses of FontTriplet in org.apache.fop.fo.properties
Methods in org.apache.fop.fo.properties that return FontTripletModifier and TypeMethodDescriptionCommonFont.getFontState
(FontInfo fontInfo) Create and return an array ofFontTriplets
based on the properties stored in the instance variables. -
Uses of FontTriplet in org.apache.fop.fonts
Fields in org.apache.fop.fonts declared as FontTripletModifier and TypeFieldDescriptionstatic final FontTriplet
Font.DEFAULT_FONT
Default fallback keystatic final FontTriplet
FontTriplet.DEFAULT_FONT_TRIPLET
Methods in org.apache.fop.fonts that return FontTripletModifier and TypeMethodDescriptionstatic FontTriplet
FontInfo.createFontKey
(String family, String style, int weight) Creates a key from the given strings.FontInfo.findAdjustWeight
(String family, String style, int weight) Find a font with a given family and style by trying different font weights according to the spec.FontInfo.fontLookup
(String[] families, String style, int weight) Looks up a set of fonts.FontInfo.fontLookup
(String family, String style, int weight) Lookup a font.Font.getFontTriplet()
FontInfo.getTripletFor
(String fontName) Returns the first triplet matching the given font name.Methods in org.apache.fop.fonts that return types with arguments of type FontTripletModifier and TypeMethodDescriptionEmbedFontInfo.getFontTriplets()
Returns the list of font triplets associated with this font.FontInfo.getFontTriplets()
Gets a Map of all registered font triplets.DefaultFontConfig.Font.getTripletList()
FontInfo.getTripletsFor
(String fontName) Returns all font triplet matching the given font name.Methods in org.apache.fop.fonts with parameters of type FontTripletModifier and TypeMethodDescriptionvoid
FontInfo.addFontProperties
(String internalFontKey, FontTriplet triplet) Adds a new font triplet.int
FontTriplet.compareTo
(FontTriplet o) void
FontEventAdapter.fontSubstituted
(Object source, FontTriplet requested, FontTriplet effective) Notifies about a font being substituted as the requested one isn't available.void
FontEventListener.fontSubstituted
(Object source, FontTriplet requested, FontTriplet effective) Notifies about a font being substituted as the requested one isn't available.void
FontEventProducer.fontSubstituted
(Object source, FontTriplet requested, FontTriplet effective) Notifies about a font being substituted as the requested one isn't available.FontInfo.getFontInstance
(FontTriplet triplet, int fontSize) Retrieves a (possibly cached) Font instance based on a FontTriplet and a font size.FontInfo.getInternalFontKey
(FontTriplet triplet) Returns the internal font key (F1, F2, F3 etc.) for a given triplet.boolean
FontTriplet.Matcher.matches
(FontTriplet triplet) Indicates whether the givenFontTriplet
matches a particular criterium.Constructors in org.apache.fop.fonts with parameters of type FontTripletModifierConstructorDescriptionFont
(String key, FontTriplet triplet, FontMetrics met, int fontSize) Main constructorConstructor parameters in org.apache.fop.fonts with type arguments of type FontTripletModifierConstructorDescriptionEmbedFontInfo
(FontUris fontUris, boolean kerning, boolean advanced, List<FontTriplet> fontTriplets, String subFontName) Main constructorEmbedFontInfo
(FontUris fontUris, boolean kerning, boolean advanced, List<FontTriplet> fontTriplets, String subFontName, EncodingMode encodingMode, EmbeddingMode embeddingMode, boolean simulateStyle, boolean embedAsType1, boolean useSVG) Main constructor -
Uses of FontTriplet in org.apache.fop.fonts.substitute
Methods in org.apache.fop.fonts.substitute that return FontTripletModifier and TypeMethodDescriptionprotected FontTriplet
Returns the highest priority matching font triplet found in a given font infoMethods in org.apache.fop.fonts.substitute that return types with arguments of type FontTripletModifier and TypeMethodDescriptionFontQualifier.getTriplets()
protected List<FontTriplet>
Returns a list of matching font triplet found in a given font info -
Uses of FontTriplet in org.apache.fop.render.afp
Methods in org.apache.fop.render.afp with parameters of type FontTriplet -
Uses of FontTriplet in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate with parameters of type FontTripletModifier and TypeMethodDescriptionprotected boolean
AbstractIFPainter.drawSVGText
(MultiByteFont multiByteFont, FontTriplet triplet, int x, int y, String text, IFState state) protected String
AbstractIFPainter.getFontKey
(FontTriplet triplet) -
Uses of FontTriplet in org.apache.fop.svg.font
Methods in org.apache.fop.svg.font that return FontTripletConstructors in org.apache.fop.svg.font with parameters of type FontTripletModifierConstructorDescriptionFOPGVTFontFamily
(FontInfo fontInfo, String familyName, FontTriplet triplet, org.apache.batik.gvt.font.GVTFontFace fontFace) -
Uses of FontTriplet in org.apache.fop.tools.fontlist
Methods in org.apache.fop.tools.fontlist with parameters of type FontTripletModifier and TypeMethodDescriptionvoid
FontSpec.addTriplet
(FontTriplet triplet) Adds a font triplet.