Package | Description |
---|---|
org.axsl.font |
Interfaces allowing client applications to register, track, and use fonts in a vendor-neutral way.
|
Modifier and Type | Method and Description |
---|---|
static Font.Embedding |
Font.Embedding.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Font.Embedding[] |
Font.Embedding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FontServer.registerFont(java.lang.String fontID,
javax.activation.DataSource fontFileSource,
javax.activation.DataSource metricsFileSource,
java.lang.String collectionID,
Font.Embedding requestedEmbedding,
java.lang.String systemName)
Register a font for use by the system.
|
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.