DecompressOptions
type DecompressOptions = {
transfer?: boolean;
}
Index
Properties
Properties
Optionaltransfer
transfer?: boolean
If true, the passed font file's buffer will be transferred to a worker thread and no longer usable on this thread.
Options for the WoffCompressionContext#decompressToTTF method.