fop 0.93

Uses of Class
org.apache.fop.fonts.FontTriplet

Packages that use FontTriplet
org.apache.fop.fonts Classes for font handling. 
 

Uses of FontTriplet in org.apache.fop.fonts
 

Fields in org.apache.fop.fonts declared as FontTriplet
static FontTriplet Font.DEFAULT_FONT
          Default fallback key
 

Methods in org.apache.fop.fonts that return FontTriplet
 FontTriplet Font.getFontTriplet()
           
 FontTriplet FontInfo.fontLookup(java.lang.String family, java.lang.String style, int weight)
          Lookup a font.
 FontTriplet FontInfo.fontLookup(java.lang.String[] family, java.lang.String style, int weight)
          Lookup a font.
 FontTriplet FontInfo.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.
static FontTriplet FontInfo.createFontKey(java.lang.String family, java.lang.String style, int weight)
          Creates a key from the given strings.
 FontTriplet FontInfo.getTripletFor(java.lang.String fontName)
          Returns the first triplet matching the given font name.
 

Methods in org.apache.fop.fonts with parameters of type FontTriplet
 void FontInfo.addFontProperties(java.lang.String name, FontTriplet triplet)
          Adds a new font triplet.
 Font FontInfo.getFontInstance(FontTriplet triplet, int fontSize)
          Retrieves a (possibly cached) Font instance based on a FontTriplet and a font size.
 java.lang.String FontInfo.getInternalFontKey(FontTriplet triplet)
          Returns the internal font key (F1, F2, F3 etc.) for a given triplet.
 

Constructors in org.apache.fop.fonts with parameters of type FontTriplet
Font(java.lang.String key, FontTriplet triplet, FontMetrics met, int fontSize)
          Main constructor
 


fop 0.93

Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.