iink-ts - v4.0.0
Preparing search index...
TBlockTextMetadata
Type Alias TBlockTextMetadata
Text metadata for a block
type
TBlockTextMetadata
=
{
char
?:
{
bounds
?:
TBox
;
label
:
string
;
word
:
number
}
;
label
?:
string
;
line
?:
{
baseline
:
number
;
xHeight
:
number
}
;
word
?:
{
bounds
?:
TBox
;
firstChar
?:
number
;
id
?:
string
;
label
:
string
;
lastChar
?:
number
;
}
;
}
Index
Properties
char?
label?
line?
word?
Properties
Optional
char
char
?:
{
bounds
?:
TBox
;
label
:
string
;
word
:
number
}
Optional
label
label
?:
string
Optional
line
line
?:
{
baseline
:
number
;
xHeight
:
number
}
Optional
word
word
?:
{
bounds
?:
TBox
;
firstChar
?:
number
;
id
?:
string
;
label
:
string
;
lastChar
?:
number
;
}
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
char
label
line
word
iink-ts - v4.0.0
Loading...
Text metadata for a block