weasel API - v0.8.0
Preparing search index...
LayoutLine
Interface LayoutLine
A single laid-out line of text: its positioned runs, total width, and computed line height.
interface
LayoutLine
{
height
:
number
;
runs
:
PositionedRun
[]
;
width
:
number
;
}
Index
Properties
height
runs
width
Properties
height
height
:
number
runs
runs
:
PositionedRun
[]
width
width
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
height
runs
width
weasel API - v0.8.0
Loading...
A single laid-out line of text: its positioned runs, total width, and computed line height.