VMPrint API Reference - v1.0.0
GitHub
Examples
Preparing search index...
@vmprint/engine
Box
Interface Box
interface
Box
{
ascent
?:
number
;
content
?:
string
;
decorationOffset
?:
number
;
glyphs
?:
{
char
:
string
;
x
:
number
;
y
:
number
}
[]
;
h
:
number
;
image
?:
BoxImagePayload
;
lines
?:
RichLine
[]
;
meta
?:
BoxMeta
;
properties
?:
Record
<
string
,
any
>
;
style
:
ElementStyle
;
type
:
string
;
w
:
number
;
x
:
number
;
y
:
number
;
}
Index
Properties
ascent?
content?
decoration
Offset?
glyphs?
h
image?
lines?
meta?
properties?
style
type
w
x
y
Properties
Optional
ascent
ascent
?:
number
Optional
content
content
?:
string
Optional
decoration
Offset
decorationOffset
?:
number
Optional
glyphs
glyphs
?:
{
char
:
string
;
x
:
number
;
y
:
number
}
[]
h
h
:
number
Optional
image
image
?:
BoxImagePayload
Optional
lines
lines
?:
RichLine
[]
Optional
meta
meta
?:
BoxMeta
Optional
properties
properties
?:
Record
<
string
,
any
>
style
style
:
ElementStyle
type
type
:
string
w
w
:
number
x
x
:
number
y
y
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ascent
content
decoration
Offset
glyphs
h
image
lines
meta
properties
style
type
w
x
y
GitHub
Examples
VMPrint API Reference - v1.0.0
Loading...