Uses of Class
org.apache.fop.fonts.FontTriplet
-
Packages that use FontTriplet Package Description org.apache.fop.afp.fonts Contains a collection of AFP Graphics Object Content Architecture (GOCA) structured objects.org.apache.fop.fo.properties Classes representing the various property types as well as supporting data structures for the FO tree.org.apache.fop.fonts Classes for font handling.org.apache.fop.fonts.autodetect A collection of classes that aid in the autodetection of installed system fonts.org.apache.fop.fonts.substitute Font substitution facilities.org.apache.fop.render.afp An AFP Renderer implementation and supporting classes.org.apache.fop.render.intermediate org.apache.fop.render.pcl PCL Renderer (Supports PCL5 and HP GL/2)org.apache.fop.render.pdf PDF Rendererorg.apache.fop.svg.font org.apache.fop.tools.fontlist -
-
Uses of FontTriplet in org.apache.fop.afp.fonts
Fields in org.apache.fop.afp.fonts with type parameters of type FontTriplet Modifier and Type Field Description private java.util.List<FontTriplet>AFPFontInfo. tripletListMethods in org.apache.fop.afp.fonts that return types with arguments of type FontTriplet Modifier and Type Method Description java.util.List<FontTriplet>AFPFontInfo. getFontTriplets()Returns the list of font triplets associated with this font.Constructor parameters in org.apache.fop.afp.fonts with type arguments of type FontTriplet Constructor Description AFPFontInfo(AFPFont afpFont, java.util.List<FontTriplet> tripletList)Main constructor -
Uses of FontTriplet in org.apache.fop.fo.properties
Methods in org.apache.fop.fo.properties that return FontTriplet Modifier and Type Method Description FontTriplet[]CommonFont. getFontState(FontInfo fontInfo)Create and return an array ofFontTripletsbased on the properties stored in the instance variables. -
Uses of FontTriplet in org.apache.fop.fonts
Fields in org.apache.fop.fonts declared as FontTriplet Modifier and Type Field Description static FontTripletFont. DEFAULT_FONTDefault fallback keystatic FontTripletFontTriplet. DEFAULT_FONT_TRIPLETprivate FontTripletFont. tripletFields in org.apache.fop.fonts with type parameters of type FontTriplet Modifier and Type Field Description private java.util.Map<FontTriplet,java.util.Map<java.lang.Integer,Font>>FontInfo. fontInstanceCacheCache for Font instances.private java.util.List<FontTriplet>EmbedFontInfo. fontTripletsthe list of associated font tripletsprivate java.util.List<FontTriplet>DefaultFontConfig.Font. tripletListprivate java.util.Map<FontTriplet,java.lang.Integer>FontInfo. tripletPrioritieslook up a font-triplet to find its priority (only used inside addFontProperties())private java.util.Map<FontTriplet,java.lang.String>FontInfo. tripletslook up a font-triplet to find a font-nameMethods in org.apache.fop.fonts that return FontTriplet Modifier and Type Method Description static FontTripletFontInfo. createFontKey(java.lang.String family, java.lang.String style, int weight)Creates a key from the given strings.FontTripletFontInfo. findAdjustWeight(java.lang.String family, java.lang.String style, int weight)Find a font with a given family and style by trying different font weights according to the spec.FontTriplet[]FontInfo. fontLookup(java.lang.String[] families, java.lang.String style, int weight)Looks up a set of fonts.FontTripletFontInfo. fontLookup(java.lang.String family, java.lang.String style, int weight)Lookup a font.private FontTripletFontInfo. fontLookup(java.lang.String family, java.lang.String style, int weight, boolean substitutable)Lookup a font.private FontTripletFontInfo. fuzzyFontLookup(java.lang.String family, java.lang.String style, int weight, FontTriplet startKey, boolean substitutable)private FontTripletDefaultFontConfig.ParserHelper. getFontTriplet(Configuration tripletCfg, boolean strict)Creates a new FontTriplet given a triple ConfigurationFontTripletFont. getFontTriplet()FontTripletFontInfo. getTripletFor(java.lang.String fontName)Returns the first triplet matching the given font name.Methods in org.apache.fop.fonts that return types with arguments of type FontTriplet Modifier and Type Method Description private java.util.List<FontTriplet>FontInfo. fontLookup(java.lang.String[] families, java.lang.String style, int weight, boolean substitutable)private java.util.Map<FontTriplet,java.util.Map<java.lang.Integer,Font>>FontInfo. getFontInstanceCache()java.util.List<FontTriplet>EmbedFontInfo. getFontTriplets()Returns the list of font triplets associated with this font.java.util.Map<FontTriplet,java.lang.String>FontInfo. getFontTriplets()Gets a Map of all registered font triplets.java.util.List<FontTriplet>DefaultFontConfig.Font. getTripletList()java.util.List<FontTriplet>FontInfo. getTripletsFor(java.lang.String fontName)Returns all font triplet matching the given font name.private java.util.List<FontTriplet>FontInfo. getTripletsForName(java.lang.String fontName)Methods in org.apache.fop.fonts with parameters of type FontTriplet Modifier and Type Method Description voidFontInfo. addFontProperties(java.lang.String internalFontKey, FontTriplet triplet)Adds a new font triplet.intFontTriplet. compareTo(FontTriplet o)voidFontEventAdapter. fontSubstituted(java.lang.Object source, FontTriplet requested, FontTriplet effective)Notifies about a font being substituted as the requested one isn't available.voidFontEventListener. fontSubstituted(java.lang.Object source, FontTriplet requested, FontTriplet effective)Notifies about a font being substituted as the requested one isn't available.voidFontEventProducer. fontSubstituted(java.lang.Object source, FontTriplet requested, FontTriplet effective)Notifies about a font being substituted as the requested one isn't available.private FontTripletFontInfo. fuzzyFontLookup(java.lang.String family, java.lang.String style, int weight, FontTriplet startKey, boolean substitutable)FontFontInfo. getFontInstance(FontTriplet triplet, int fontSize)Retrieves a (possibly cached) Font instance based on a FontTriplet and a font size.java.lang.StringFontInfo. getInternalFontKey(FontTriplet triplet)Returns the internal font key (F1, F2, F3 etc.) for a given triplet.private voidFontInfo. logDuplicateFont(FontTriplet triplet, boolean replacing, java.lang.String oldKey, int oldPriority, java.lang.String newKey, int newPriority)Log warning about duplicate font triplets.booleanFontManagerConfigurator.FontFamilyRegExFontTripletMatcher. matches(FontTriplet triplet)Indicates whether the givenFontTripletmatches a particular criterium.booleanFontManagerConfigurator.OrFontTripletMatcher. matches(FontTriplet triplet)Indicates whether the givenFontTripletmatches a particular criterium.booleanFontTriplet.Matcher. matches(FontTriplet triplet)Indicates whether the givenFontTripletmatches a particular criterium.private voidFontInfo. notifyFontReplacement(FontTriplet replacedKey, FontTriplet newKey)Constructors in org.apache.fop.fonts with parameters of type FontTriplet Constructor Description Font(java.lang.String key, FontTriplet triplet, FontMetrics met, int fontSize)Main constructorConstructor parameters in org.apache.fop.fonts with type arguments of type FontTriplet Constructor Description EmbedFontInfo(FontUris fontUris, boolean kerning, boolean advanced, java.util.List<FontTriplet> fontTriplets, java.lang.String subFontName)Main constructorEmbedFontInfo(FontUris fontUris, boolean kerning, boolean advanced, java.util.List<FontTriplet> fontTriplets, java.lang.String subFontName, EncodingMode encodingMode, EmbeddingMode embeddingMode, boolean simulateStyle, boolean embedAsType1, boolean useSVG)Main constructor -
Uses of FontTriplet in org.apache.fop.fonts.autodetect
Method parameters in org.apache.fop.fonts.autodetect with type arguments of type FontTriplet Modifier and Type Method Description private voidFontInfoFinder. generateTripletsFromFont(CustomFont customFont, java.util.Collection<FontTriplet> triplets)Attempts to determine FontTriplets from a given CustomFont. -
Uses of FontTriplet in org.apache.fop.fonts.substitute
Methods in org.apache.fop.fonts.substitute that return FontTriplet Modifier and Type Method Description protected FontTripletFontQualifier. bestMatch(FontInfo fontInfo)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 FontTriplet Modifier and Type Method Description java.util.List<FontTriplet>FontQualifier. getTriplets()protected java.util.List<FontTriplet>FontQualifier. match(FontInfo fontInfo)Returns a list of matching font triplet found in a given font info -
Uses of FontTriplet in org.apache.fop.render.afp
Fields in org.apache.fop.render.afp with type parameters of type FontTriplet Modifier and Type Field Description protected java.util.List<FontTriplet>AFPFontConfig.AFPFontConfigData. tripletsMethods in org.apache.fop.render.afp with parameters of type FontTriplet Modifier and Type Method Description java.lang.StringAFPPainter. getFontKey(FontTriplet triplet)booleanAFPFontConfig.AggregateMatcher. matches(FontTriplet triplet)Method parameters in org.apache.fop.render.afp with type arguments of type FontTriplet Modifier and Type Method Description private voidAFPFontConfig.ParserHelper. fontFromType(java.util.List<FontTriplet> fontTriplets, java.lang.String type, java.lang.String codepage, java.lang.String encoding, Configuration cfg, AFPEventProducer eventProducer, java.lang.String embedURI)private AFPFontConfig.CIDKeyedFontConfigAFPFontConfig.ParserHelper. getCIDKeyedFont(java.util.List<FontTriplet> fontTriplets, java.lang.String type, java.lang.String codepage, java.lang.String encoding, Configuration cfg, AFPEventProducer eventProducer, java.lang.String uri)private AFPFontConfig.OutlineFontConfigAFPFontConfig.ParserHelper. getOutlineFont(java.util.List<FontTriplet> fontTriplets, java.lang.String type, java.lang.String codepage, java.lang.String encoding, Configuration cfg, AFPEventProducer eventProducer, java.lang.String uri)private AFPFontConfig.RasterFontConfigAFPFontConfig.ParserHelper. getRasterFont(java.util.List<FontTriplet> triplets, java.lang.String type, java.lang.String codepage, java.lang.String encoding, Configuration cfg, AFPEventProducer eventProducer, java.lang.String uri)private AFPFontConfig.TrueTypeFontConfigAFPFontConfig.ParserHelper. getTruetypeFont(java.util.List<FontTriplet> fontTriplets, java.lang.String type, java.lang.String codepage, java.lang.String encoding, Configuration cfg, AFPEventProducer eventProducer, java.lang.String uri)private booleanAFPFontConfig.ParserHelper. isEmbbedable(java.util.List<FontTriplet> triplets)Constructor parameters in org.apache.fop.render.afp with type arguments of type FontTriplet Constructor Description AFPFontConfigData(java.util.List<FontTriplet> triplets, java.lang.String type, java.lang.String codePage, java.lang.String encoding, java.lang.String name, boolean embeddable, java.lang.String uri)CIDKeyedFontConfig(java.util.List<FontTriplet> triplets, java.lang.String type, java.lang.String codePage, java.lang.String encoding, java.lang.String characterset, java.lang.String name, CharacterSetType charsetType, boolean embeddable, java.lang.String uri)OutlineFontConfig(java.util.List<FontTriplet> triplets, java.lang.String type, java.lang.String codePage, java.lang.String encoding, java.lang.String characterset, java.lang.String name, java.lang.String base14, boolean embeddable, java.lang.String uri)RasterFontConfig(java.util.List<FontTriplet> triplets, java.lang.String type, java.lang.String codePage, java.lang.String encoding, java.lang.String characterset, java.lang.String name, java.lang.String uri, java.util.List<AFPFontConfig.RasterCharactersetData> csetData, boolean embeddable)TrueTypeFontConfig(java.util.List<FontTriplet> triplets, java.lang.String type, java.lang.String codePage, java.lang.String encoding, java.lang.String characterset, java.lang.String name, java.lang.String subfont, boolean embeddable, java.lang.String uri, boolean positionByChar) -
Uses of FontTriplet in org.apache.fop.render.intermediate
Methods in org.apache.fop.render.intermediate with parameters of type FontTriplet Modifier and Type Method Description protected voidAbstractIFPainter. drawSVGText(MultiByteFont multiByteFont, FontTriplet triplet, int x, int y, java.lang.String text, IFState state)protected java.lang.StringAbstractIFPainter. getFontKey(FontTriplet triplet) -
Uses of FontTriplet in org.apache.fop.render.pcl
Methods in org.apache.fop.render.pcl with parameters of type FontTriplet Modifier and Type Method Description private voidPCLPainter. drawTextAsBitmap(int x, int y, int letterSpacing, int wordSpacing, int[][] dp, java.lang.String text, FontTriplet triplet)private voidPCLPainter. drawTextNative(int x, int y, int letterSpacing, int wordSpacing, int[][] dp, java.lang.String text, FontTriplet triplet)private voidPCLPainter. drawTextUsingSoftFont(int x, int y, int letterSpacing, int wordSpacing, int[][] dp, java.lang.String text, FontTriplet triplet, PCLSoftFont softFont) -
Uses of FontTriplet in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf with parameters of type FontTriplet Modifier and Type Method Description private voidPDFPainter. drawTextWithDP(int x, int y, java.lang.String text, FontTriplet triplet, int letterSpacing, int wordSpacing, int[][] dp)private voidPDFPainter. drawTextWithDX(int x, int y, java.lang.String text, FontTriplet triplet, int letterSpacing, int wordSpacing, int[] dx) -
Uses of FontTriplet in org.apache.fop.svg.font
Fields in org.apache.fop.svg.font declared as FontTriplet Modifier and Type Field Description private FontTripletFOPGVTFontFamily. fontTripletMethods in org.apache.fop.svg.font that return FontTriplet Modifier and Type Method Description FontTripletFOPGVTFont. getFontTriplet()FontTripletFOPGVTFontFamily. getFontTriplet()Constructors in org.apache.fop.svg.font with parameters of type FontTriplet Constructor Description FOPGVTFontFamily(FontInfo fontInfo, java.lang.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 FontTriplet Modifier and Type Method Description voidFontSpec. addTriplet(FontTriplet triplet)Adds a font triplet.
-