Package | Description |
---|---|
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.
|
org.axsl.galley |
Interfaces useful for client applications that wish to read an AreaTree, usually to create an output document.
|
org.axsl.pdf |
Interfaces allowing client applications to create PDF documents in a vendor-neutral way.
|
org.axsl.text.line |
Interfaces useful for breaking text into lines.
|
Modifier and Type | Field and Description |
---|---|
static FontOptions |
FontOptions.DEFAULT
Immutable implementation that can be used as a default.
|
Modifier and Type | Method and Description |
---|---|
IntSequence |
FontUse.encode(java.lang.CharSequence chars,
int offset,
int length,
FontOptions options,
Orthography orthography)
Retrieve the array of font glyph indexes for a specified Word.
|
int |
FontUse.width(java.lang.CharSequence chars,
int offset,
int length,
int fontSize,
int letterSpacing,
int wordSpacing,
FontOptions options,
Orthography orthography)
Calculates the width of a given character sequence, considering letter spacing, word spacing, and font options
such as kerning and ligatures.
|
int |
Font.width(IntSequence metricIndexes,
int offset,
int length,
int fontSize,
int letterSpacing,
int wordSpacing,
FontOptions options,
Orthography orthography)
Calculates the width of a given glyph sequence, considering letter spacing, word spacing, and font options
such as kerning and ligatures.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
FontPdf.textToPdf(java.lang.CharSequence theString,
FontOptions fontOptions,
Orthography orthography)
Converts a String to the content that should be written into a PDF to show that String.
|
Modifier and Type | Method and Description |
---|---|
FontOptions |
TextArea.fontOptions()
Indicates the font options that were used to compute this text area, and which may be needed during rendering.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfContentStream.drawText(java.lang.CharSequence text,
FontOptions fontOptions,
Orthography orthography)
Draws text at the current location in the content stream.
|
Modifier and Type | Method and Description |
---|---|
FontOptions |
LineText.inlineFontOptions()
Returns the font options that should be used during text size computations.
|
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.