SourceForge.net Logo
aXSL API 0.2

Uses of Class
org.axsl.font.Font.Weight

Packages that use Font.Weight
org.axsl.fo.fo.prop Interfaces describing methods for obtaining property or trait values from the Fo Tree objects. 
org.axsl.font Interfaces allowing client applications to register, track, and use fonts in a vendor-neutral way. 
org.axsl.galley Interfaces useful for client applications that wish to read an AreaTree, usually to create an output document. 
 

Uses of Font.Weight in org.axsl.fo.fo.prop
 

Methods in org.axsl.fo.fo.prop that return Font.Weight
 Font.Weight FontWeightPa.traitFontWeight(FoContext context)
          Returns a numerical value indicating the relative boldness of the font-family typeface that should be used.
 

Uses of Font.Weight in org.axsl.font
 

Fields in org.axsl.font declared as Font.Weight
static Font.Weight[] FontUtility.VALID_WEIGHT_VALUES
          Array containing the parsed font weight values that correspond to the Strings in FontUtility.VALID_WEIGHT_STRINGS.
 

Methods in org.axsl.font that return Font.Weight
static Font.Weight FontUtility.cssFontWeight(java.lang.String input, boolean lowerCaseOnly)
          Converts a CSS2-style String input for font-weight into a value expected by FontConsumer.selectFontCss(String[], Font.Style, Font.Weight, Font.Variant, Font.Stretch, int, int).
static Font.Weight FontUtility.foFontWeight(java.lang.String input, boolean lowerCaseOnly)
          Same as FontUtility.cssFontWeight(String, boolean), except input is an XSL-FO-style String.
static Font.Weight Font.Weight.fromNumeric(int numericWeight)
          Returns the Weight constant corresponding to a given numeric weight.
 Font.Weight FontUse.nextBolderWeight()
          Returns the weight of the next bolder font in this font's font-family, if one exists.
 Font.Weight Font.Weight.nextHeaviest()
          Returns the next heaviest weight.
 Font.Weight FontUse.nextLighterWeight()
          Returns the weight of the next lighter font in this font's font-family, if one exists.
 Font.Weight Font.Weight.nextLightest()
          Returns the next lightest weight.
static Font.Weight Font.Weight.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Font.Weight[] Font.Weight.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.axsl.font with parameters of type Font.Weight
 void FontServer.registerFontDescription(java.lang.String fontFamily, java.lang.String fontID, Encoding encoding, Font.Style style, Font.Weight weight, Font.Variant variant, Font.Stretch stretch, float simulatedSmallCaps, float simulatedOblique, float simulatedBackslant, float[] simulatedStretch)
          Register a font description for use by the system.
 FontUse FontConsumer.selectFontCss(java.lang.String[] familyList, Font.Style style, Font.Weight weight, Font.Variant variant, Font.Stretch stretch, int size, int codePoint)
          The same as FontConsumer.selectFontXsl(org.axsl.font.Font.SelectionStrategy, java.lang.String[], org.axsl.font.Font.Style, org.axsl.font.Font.Weight, org.axsl.font.Font.Variant, org.axsl.font.Font.Stretch, int, int), except that the algorithm specified by CSS 2.1 is used instead.
 FontUse FontConsumer.selectFontXsl(Font.SelectionStrategy selectionStrategy, java.lang.String[] familyList, Font.Style style, Font.Weight weight, Font.Variant variant, Font.Stretch stretch, int size, int codePoint)
          Accepts the client's description of the desired font, and returns the best-fitting Font found, using the algorithm specified by the XSL-FO 1.1 Standard.
 

Uses of Font.Weight in org.axsl.galley
 

Methods in org.axsl.galley that return Font.Weight
 Font.Weight Bookmark.traitFontWeight()
          Returns the relative boldness of the font-family typeface that should be used.
 


SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.