SourceForge.net Logo
aXSL API 0.2

Uses of Class
org.axsl.font.FontException

Packages that use FontException
org.axsl.font Interfaces allowing client applications to register, track, and use fonts in a vendor-neutral way. 
org.axsl.font.output Helper interfaces useful with specific output formats, usually to assist with embedding fonts in output documents. 
 

Uses of FontException in org.axsl.font
 

Methods in org.axsl.font that throw FontException
 void FontServer.registerFont(java.lang.String fontID, java.lang.String fontFileDescription, byte[] fontFileContents, java.lang.String metricsFileDescription, byte[] metricsFileContents, java.lang.String collectionID, java.lang.String embed, java.lang.String systemName)
          Register a font for use by the system.
 void FontServer.registerFont(java.lang.String fontID, java.net.URL fontFileURL, java.net.URL metricsFileURL, java.lang.String collectionID, java.lang.String embed, java.lang.String systemName)
          Register a font for use by the system.
 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.
 void FontServer.registerFontFamily(java.lang.String name)
          Register a font-family for use by the system.
 void FontServer.registerFontFamilyAlias(java.lang.String alias, java.lang.String realFamily)
          Add a font-family alias.
 void FontServer.registerFontOutputFactory(FontOutputFactory factory)
          Registers a FontOutputFactory for use by this server.
 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.selectFontPanose(byte[] panose, int codePoint)
          Accepts the client's PANOSE description of the desired font, and returns the best-fitting Font found.
 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 FontException in org.axsl.font.output
 

Methods in org.axsl.font.output that throw FontException
 FontOutput FontOutputFactory.createFontOutput(FontUse fontUse)
          Create a FontOutput implementation.
 


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.