hosanna-ui-docs - v0.9.0
Preparing search index...
common
MeasurementUtils
TextSize
Interface TextSize
Interface representing the size of a text block.
interface
TextSize
{
height
:
number
;
width
:
number
;
}
Index
Properties
height
width
Properties
height
height
:
number
The height of the text.
width
width
:
number
The width of the text.
Settings
Member Visibility
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
height
width
hosanna-ui-docs - v0.9.0
Loading...
Interface representing the size of a text block.