shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui.components
/
TextMetrics
Text
Metrics
data
class
TextMetrics
(
val
width
:
Float
,
val
height
:
Float
,
val
lineCount
:
Int
,
val
characterCount
:
Int
)
Represents text metrics information.
Members
Constructors
Text
Metrics
Link copied to clipboard
constructor
(
width
:
Float
,
height
:
Float
,
lineCount
:
Int
,
characterCount
:
Int
)
Properties
character
Count
Link copied to clipboard
val
characterCount
:
Int
height
Link copied to clipboard
val
height
:
Float
line
Count
Link copied to clipboard
val
lineCount
:
Int
width
Link copied to clipboard
val
width
:
Float