We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e76d7b commit f7b3496Copy full SHA for f7b3496
src/canvas.d.ts
@@ -88,7 +88,7 @@ export class Paint {
88
// }
89
export class StaticLayout extends android.text.StaticLayout {
90
constructor(text: any, paint: Paint, width: number, align, spacingmult, spacingadd, includepad);
91
- public draw(canvas: any, param1?: Path, param2?: Paint, param3: number): void;
+ public draw(canvas: any, path?: any, paint?: any, param3?: number): void;
92
}
93
94
export class FontMetrics {
0 commit comments