|
aXSL API 0.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FontException | |
org.axsl.fontR | Interfaces allowing client applications to register, track, and use fonts in a vendor-neutral way. |
org.axsl.fontR.output | Helper interfaces useful with specific output formats, usually to assist with embedding fonts in output documents. |
Uses of FontException in org.axsl.fontR |
Methods in org.axsl.fontR that throw FontException | |
void |
FontServer.registerFontOutputFactory(FontOutputFactory factory)
Registers a FontOutputFactory for use by this server. |
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.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.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.registerFontDescription(java.lang.String fontFamily,
java.lang.String fontID,
Encoding encoding,
byte style,
short weight,
byte variant,
byte stretch,
float simulatedSmallCaps,
float simulatedOblique,
float simulatedBackslant,
float[] simulatedStretch)
Register a font description for use by the system. |
FontUse |
FontConsumer.selectFontXSL(int selectionStrategy,
java.lang.String[] familyList,
int style,
int weight,
int variant,
int 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. |
FontUse |
FontConsumer.selectFontCSS(java.lang.String[] familyList,
int style,
int weight,
int variant,
int stretch,
int size,
int codePoint)
The same as FontConsumer.selectFontXSL(int, java.lang.String[], int, int, int, int, int, int) , except that the algorithm specified
by CSS 2.1 is used instead. |
Uses of FontException in org.axsl.fontR.output |
Methods in org.axsl.fontR.output that throw FontException | |
FontOutput |
FontOutputFactory.createFontOutput(FontUse fontUse)
Create a FontOutput implementation. |
|
aXSL API 0.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.