public interface TextLine
Modifier and Type | Method and Description |
---|---|
RectBounds |
getBounds()
Returns metrics information about the line as follow:
bounds().getWidth() - the width of the line.
|
float |
getLeftSideBearing()
Returns the left side bearing of the line (negative).
|
int |
getLength()
Returns the line length in character.
|
float |
getRightSideBearing()
Returns the right side bearing of the line (positive).
|
GlyphList[] |
getRuns()
Returns the list of GlyphList in the line.
|
int |
getStart()
Returns the line start offset.
|
GlyphList[] getRuns()
RectBounds getBounds()
float getLeftSideBearing()
float getRightSideBearing()
int getStart()
int getLength()