Package | Description |
---|---|
org.axsl.fo.fo.proforma |
Interfaces useful for describing properties that are not exposed in the client-facing API, but that are useful on
a pro-forma basis for implementations.
|
org.axsl.font |
Interfaces allowing client applications to register, track, and use fonts in a vendor-neutral way.
|
Modifier and Type | Method and Description |
---|---|
Font.SelectionStrategy |
CommonFontExcludedPa.traitFontSelectionStrategy(FoContext context)
Returns the "font-selection-strategy" trait for this FO.
|
Modifier and Type | Method and Description |
---|---|
static Font.SelectionStrategy |
Font.SelectionStrategy.parseFo(java.lang.String input,
boolean lowerCaseOnly)
Parses XSL-FO String input into an instance of
Font.SelectionStrategy . |
static Font.SelectionStrategy |
Font.SelectionStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Font.SelectionStrategy[] |
Font.SelectionStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FontUse |
FontConsumer.selectFontXsl(Font.SelectionStrategy selectionStrategy,
java.util.List<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 Recommendation.
|
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.