mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 01:43:14 +08:00
chore: Added comment
This commit is contained in:

committed by
Nathan Walker

parent
045986de8f
commit
30da2752ad
@ -124,7 +124,7 @@ function createTypeface(font: Font): android.graphics.Typeface {
|
||||
const isNumericFontWeightSupported = SDK_VERSION >= 28;
|
||||
|
||||
let result: android.graphics.Typeface;
|
||||
let fontStyle: number = 0;
|
||||
let fontStyle: number = 0; // This will be empty if numeric font weight is supported
|
||||
// https://stackoverflow.com/questions/19691530/valid-values-for-androidfontfamily-and-what-they-map-to
|
||||
let fontSuffix: string;
|
||||
|
||||
|
Reference in New Issue
Block a user