- Preparing search index...
- The search index is not available
libpag
Properties
fillPath
fill
Path
: ((path
: Path2D, fillType
: ctor) => void)
Type declaration
-
- (path: Path2D, fillType: ctor): void
-
Parameters
-
path: Path2D
-
fillType: ctor
Returns void
fillText
Type declaration
-
- (webFont: WebFont, texts: Vector<string>, positions: Vector<Point>, matrixWasmIns: any): void
-
Parameters
-
-
texts: Vector<string>
-
-
matrixWasmIns: any
Returns void
strokeText
stroke
Text
: ((webFont
: WebFont, stroke
: { width
: number; cap
: ctor; join
: ctor; miterLimit
: number; }, texts
: Vector<string>, positions
: Vector<Point>, matrixWasmIns
: any) => void)
Type declaration
-
- (webFont: WebFont, stroke: {
width: number;
cap: ctor;
join: ctor;
miterLimit: number;
}, texts: Vector<string>, positions: Vector<Point>, matrixWasmIns: any): void
-
Parameters
-
-
stroke: {
width: number;
cap: ctor;
join: ctor;
miterLimit: number;
}
-
width: number
-
-
-
miterLimit: number
-
texts: Vector<string>
-
-
matrixWasmIns: any
Returns void
clear
clear: (() => void)