-
public final class PaintExtensionsKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static FloatlineHeightprivate final static FloattextHeight
-
Method Summary
Modifier and Type Method Description final FloatgetLineHeight()final FloatgetTextHeight()final static FloatmeasureText(Paint $self, CharSequence text)Returns the width of the provided text. -
-
Method Detail
-
getLineHeight
final Float getLineHeight()
-
getTextHeight
final Float getTextHeight()
-
measureText
final static Float measureText(Paint $self, CharSequence text)
Returns the width of the provided text.
-
-
-
-