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 {
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 ) {
You can’t perform that action at this time.
0 commit comments