VMPrint API Reference - v1.0.0
GitHub
Examples
Preparing search index...
@vmprint/engine
EngineRuntime
Interface EngineRuntime
interface
EngineRuntime
{
bufferCache
:
Record
<
string
,
ArrayBuffer
>
;
fontCache
:
Record
<
string
,
unknown
>
;
fontManager
:
FontManager
;
fontRegistry
:
FontConfig
[]
;
loadingPromises
:
Record
<
string
,
Promise
<
unknown
>
>
;
measurementCache
:
Map
<
string
,
{
ascent
:
number
;
descent
:
number
;
glyphs
:
{
char
:
string
;
x
:
number
;
y
:
number
}
[]
;
shapedGlyphs
?:
ShapedGlyph
[]
;
width
:
number
;
}
,
>
;
}
Index
Properties
buffer
Cache
font
Cache
font
Manager
font
Registry
loading
Promises
measurement
Cache
Properties
buffer
Cache
bufferCache
:
Record
<
string
,
ArrayBuffer
>
font
Cache
fontCache
:
Record
<
string
,
unknown
>
font
Manager
fontManager
:
FontManager
font
Registry
fontRegistry
:
FontConfig
[]
loading
Promises
loadingPromises
:
Record
<
string
,
Promise
<
unknown
>
>
measurement
Cache
measurementCache
:
Map
<
string
,
{
ascent
:
number
;
descent
:
number
;
glyphs
:
{
char
:
string
;
x
:
number
;
y
:
number
}
[]
;
shapedGlyphs
?:
ShapedGlyph
[]
;
width
:
number
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
buffer
Cache
font
Cache
font
Manager
font
Registry
loading
Promises
measurement
Cache
GitHub
Examples
VMPrint API Reference - v1.0.0
Loading...