public interface TextArea extends GeneralInlineArea
Modifier and Type | Method and Description |
---|---|
FontOptions |
fontOptions()
Indicates the font options that were used to compute this text area, and which may be needed during rendering.
|
FontUse |
getPrimaryFont()
The primary font for this Area.
|
FontUse |
getSecondaryFont(int codePoint)
The secondary font for this Area.
|
java.lang.CharSequence |
getText()
Returns the text that should actually be used in the
output document.
|
int |
letterSpacing()
The letter-spacing for this Area.
|
Orthography |
orthography()
Returns the orthography for this area.
|
int |
traitFontSize()
The font-size for this Area.
|
int |
wordSpacing()
The word-spacing for this text area, that is, the extra size that should
be added to the width of the space character.
|
baselineX, baselineY, getLineArea, traitColor, traitOverlineScore, traitOverlineScoreColor, traitThroughScore, traitThroughScoreColor, traitUnderlineScore, traitUnderlineScoreColor
brBpd, brIpd, brOriginX, brOriginY, crBpd, crIpd, crOriginX, crOriginY, destinationName, generatedByExists, generatedByName, isLinkRoot, linkDestination, linkType, traitId
getAreaName, getChildAt, getGalley, render
java.lang.CharSequence getText()
Returns the text that should actually be used in the output document. The text returned has the following changes made to it, if appopriate:
FontUse getPrimaryFont()
FontUse getSecondaryFont(int codePoint)
codePoint
- The Unicode code point which should be used to obtain a
secondary font.
This should ordinarily be the next character to be rendered that the
primary font cannot render.int letterSpacing()
int wordSpacing()
FontOptions fontOptions()
Orthography orthography()
int traitFontSize()
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.