mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix: Corrected font-weight support for span
This commit is contained in:
committed by
Nathan Walker
parent
b12c41532a
commit
045986de8f
@@ -654,7 +654,7 @@
|
||||
}
|
||||
|
||||
export class CustomTypefaceSpan extends android.text.style.TypefaceSpan {
|
||||
constructor(family: string, typeface: android.graphics.Typeface);
|
||||
constructor(typeface: android.graphics.Typeface);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user