weasel API - v0.8.0
Preparing search index...
MeasuredText
Interface MeasuredText
Result of
measureText
: wrapped lines, per-line source offsets, and total block height.
interface
MeasuredText
{
height
:
number
;
lines
:
string
[]
;
lineStarts
:
number
[]
;
}
Index
Properties
height
lines
line
Starts
Properties
height
height
:
number
lines
lines
:
string
[]
line
Starts
lineStarts
:
number
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
height
lines
line
Starts
weasel API - v0.8.0
Loading...
Result of
measureText: wrapped lines, per-line source offsets, and total block height.