Hierarchy

  • WebMask

Properties

fillPath: ((path, fillType) => void)

Type declaration

    • (path, fillType): void
    • Parameters

      • path: Path2D
      • fillType: ctor

      Returns void

fillText: ((webFont, texts, positions, matrixWasmIns) => void)

Type declaration

    • (webFont, texts, positions, matrixWasmIns): void
    • Parameters

      Returns void

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
        • cap: ctor
        • join: ctor
        • miterLimit: number
      • texts: Vector<string>
      • positions: Vector<Point>
      • matrixWasmIns: any

      Returns void

clear: (() => void)

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc