File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,6 @@ export class Paint {
298
298
this . fontInternal = this . font . withFontWeight ( weight ) ;
299
299
this . _needsFontUpdate = true ;
300
300
}
301
- // this._native.setTypeface(this.font.getAndroidTypeface());
302
301
}
303
302
set fontStyle ( style : FontStyle ) {
304
303
this . setFontStyle ( style ) ;
@@ -308,7 +307,6 @@ export class Paint {
308
307
this . fontInternal = this . font . withFontStyle ( style ) ;
309
308
this . _needsFontUpdate = true ;
310
309
}
311
- // this._native.setTypeface(this.font.getAndroidTypeface());
312
310
}
313
311
set color ( color ) {
314
312
( this as any ) . setColor ( color ) ;
@@ -344,7 +342,6 @@ export class Paint {
344
342
this . fontInternal = null ;
345
343
}
346
344
this . _needsFontUpdate = true ;
347
- // this._native.setTypeface(this.fontInternal.getAndroidTypeface());
348
345
return this . fontInternal ;
349
346
}
350
347
set typeface ( typeface ) {
You can’t perform that action at this time.
0 commit comments