Properties
fillPath
fillPath: ((path, fillType) => void)
Type declaration
-
- (path, fillType): void
-
Parameters
-
path: Path2D
-
fillType: ctor
Returns void
fillText
fillText: ((webFont, texts, positions, matrixWasmIns) => void)
Type declaration
-
- (webFont, texts, positions, matrixWasmIns): void
-
Parameters
-
webFont: WebFont
-
texts: Vector<string>
-
-
matrixWasmIns: any
Returns void
strokeText
strokeText: ((webFont, stroke, texts, positions, matrixWasmIns) => void)
Type declaration
-
- (webFont, stroke, texts, positions, matrixWasmIns): void
-
Parameters
-
webFont: WebFont
-
stroke: {
width: number;
cap: ctor;
join: ctor;
miterLimit: number;
}
-
width: number
-
-
-
miterLimit: number
-
texts: Vector<string>
-
-
matrixWasmIns: any
Returns void
clear
clear: (() => void)