SourceForge.net Logo
aXSL API 0.2

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

Packages that use Font.Style
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.Style in org.axsl.fo.fo.prop
 

Methods in org.axsl.fo.fo.prop that return Font.Style
 Font.Style FontStylePa.traitFontStyle(FoContext context)
          Returns the "font-style" trait for this FO.
 

Uses of Font.Style in org.axsl.font
 

Methods in org.axsl.font that return Font.Style
static Font.Style FontUtility.cssFontStyle(java.lang.String input, boolean lowerCaseOnly)
          Converts a CSS2-style String input for font-style into a value expected by FontConsumer.selectFontCss(String[], Font.Style, Font.Weight, Font.Variant, Font.Stretch, int, int).
static Font.Style FontUtility.foFontStyle(java.lang.String input, boolean lowerCaseOnly)
          Same as FontUtility.cssFontStyle(String, boolean), except input is an XSL-FO-style String.
static Font.Style Font.Style.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Font.Style[] Font.Style.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.Style
static java.lang.String FontUtility.fontStyleName(Font.Style fontStyle)
          Returns a String description for a font-style value, suitable for using in user messages.
 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.Style in org.axsl.galley
 

Methods in org.axsl.galley that return Font.Style
 Font.Style Bookmark.traitFontStyle()
          Returns the font style (normal, italic, etc.) for this area.
 


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.