LineHeightSpan
public
interface
LineHeightSpan
implements
ParagraphStyle,
WrapTogetherSpan
android.text.style.LineHeightSpan |
The classes that affect the line height of paragraph should implement this interface.
Summary
Nested classes | |
---|---|
class |
LineHeightSpan.Standard
Default implementation of the |
interface |
LineHeightSpan.WithDensity
The classes that affect the line height of paragraph with respect to density, should implement this interface. |
Public methods | |
---|---|
abstract
void
|
chooseHeight(CharSequence text, int start, int end, int spanstartv, int lineHeight, Paint.FontMetricsInt fm)
Classes that implement this should define how the height is being calculated. |
Public methods
chooseHeight
public abstract void chooseHeight (CharSequence text, int start, int end, int spanstartv, int lineHeight, Paint.FontMetricsInt fm)
Classes that implement this should define how the height is being calculated.
Parameters | |
---|---|
text |
CharSequence : the text |
start |
int : the start of the line |
end |
int : the end of the line |
spanstartv |
int : the start of the span |
lineHeight |
int : the line height |
fm |
Paint.FontMetricsInt : font metrics of the paint, in integers |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-04 UTC.