Skip to content

Commit 6d5966f

Browse files
committed
chore: cleanup
1 parent 3841b67 commit 6d5966f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/canvas.android.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ export class Paint {
298298
this.fontInternal = this.font.withFontWeight(weight);
299299
this._needsFontUpdate = true;
300300
}
301-
// this._native.setTypeface(this.font.getAndroidTypeface());
302301
}
303302
set fontStyle(style: FontStyle) {
304303
this.setFontStyle(style);
@@ -308,7 +307,6 @@ export class Paint {
308307
this.fontInternal = this.font.withFontStyle(style);
309308
this._needsFontUpdate = true;
310309
}
311-
// this._native.setTypeface(this.font.getAndroidTypeface());
312310
}
313311
set color(color) {
314312
(this as any).setColor(color);
@@ -344,7 +342,6 @@ export class Paint {
344342
this.fontInternal = null;
345343
}
346344
this._needsFontUpdate = true;
347-
// this._native.setTypeface(this.fontInternal.getAndroidTypeface());
348345
return this.fontInternal;
349346
}
350347
set typeface(typeface) {

0 commit comments

Comments
 (0)