10000 chore: Added comment · NativeScript/NativeScript@30da275 · GitHub
[go: up one dir, main page]

Skip to content

Commit 30da275

Browse files
CatchABusNathanWalker
authored andcommitted
chore: Added comment
1 parent 045986d commit 30da275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/ui/styling/font.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function createTypeface(font: Font): android.graphics.Typeface {
124124
const isNumericFontWeightSupported = SDK_VERSION >= 28;
125125

126126
let result: android.graphics.Typeface;
127-
let fontStyle: number = 0;
127+
let fontStyle: number = 0; // This will be empty if numeric font weight is supported
128128
// https://stackoverflow.com/questions/19691530/valid-values-for-androidfontfamily-and-what-they-map-to
129129
let fontSuffix: string;
130130

0 commit comments

Comments
 (0)
0