chore: Added comment

This commit is contained in:
Dimitris - Rafail Katsampas
2025-01-26 15:02:04 +02:00
committed by Nathan Walker
parent 045986de8f
commit 30da2752ad

View File

@ -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;