File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -385,10 +385,10 @@ export class Label extends LabelBase {
385
385
[ lineHeightProperty . setNative ] ( value : number ) {
386
386
super [ lineHeightProperty . setNative ] ( value ) ;
387
387
}
388
- @needFormattedStringComputation
389
- [ textAlignmentProperty . setNative ] ( value : number ) {
390
- super [ lineHeightProperty . setNative ] ( value ) ;
391
- }
388
+ // @needFormattedStringComputation
389
+ // [textAlignmentProperty.setNative](value: number) {
390
+ // super[textAlignmentProperty .setNative](value);
391
+ // }
392
392
_setNativeText ( ) {
393
393
if ( this . html ) {
394
394
this . updateHTMLString ( ) ;
@@ -399,10 +399,10 @@ export class Label extends LabelBase {
399
399
// [formattedTextProperty.setNative](value: FormattedString) {
400
400
// super[formattedTextProperty.setNative](value);
401
401
// }
402
- [ fontInternalProperty . getDefault ] ( ) : UIFont {
403
- const nativeView = this . nativeViewProtected ;
404
- return nativeView . font ;
405
- }
402
+ // [fontInternalProperty.getDefault](): UIFont {
403
+ // const nativeView = this.nativeViewProtected;
404
+ // return nativeView.font;
405
+ // }
406
406
// [fontInternalProperty.setNative](value: Font | UIFont) {
407
407
// super[fontInternalProperty.setNative](value);
408
408
// }
You can’t perform that action at this time.
0 commit comments