mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 10:01:08 +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;
|
const isNumericFontWeightSupported = SDK_VERSION >= 28;
|
||||||
|
|
||||||
let result: android.graphics.Typeface;
|
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
|
// https://stackoverflow.com/questions/19691530/valid-values-for-androidfontfamily-and-what-they-map-to
|
||||||
let fontSuffix: string;
|
let fontSuffix: string;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user