LoadFontsOptions
type LoadFontsOptions = {
transfer?: boolean;
}
Index
Properties
Properties
Optionaltransfer
transfer?: boolean
If true, all Uint8Arrays passed in as font files will be transferred to the worker thread and
no longer usable on this thread.
Options for the GlyphtContext#loadFonts method.