TextUnitSize

data class TextUnitSize(val width: <Error class: unknown class>, val height: <Error class: unknown class>)(source)

Describes the size of an element rendered inline with text.

Constructors

Link copied to clipboard
constructor(width: <Error class: unknown class>, height: <Error class: unknown class>)

Properties

Link copied to clipboard
val height: <Error class: unknown class>

THe height of the element.

Link copied to clipboard
val width: <Error class: unknown class>

The width of the element.