I use Gfx.FONT_NUMBER_MEDIUM as default and some variants from Gfx.FONT_NUMBER_THAI_HOT to Gfx.FONT_TINY selectable as font size in app settings.
But I got a user comment now that Gfx.FONT_NUMBER_MEDIUM doesn't fit the default datafield font in a Forerunner 965.
And some devices have less sizes for Gfx.FONT_NUMBER_* then others. And some devices have FONT_SYSTEM_NUMBER_MEDIUM instead.
https://developer.garmin.com/connect-iq/reference-guides/devices-reference/
So my question(s):
- What is used as default?
- Is it needed to check if FONT_NUMBER_MEDIUM or FONT_SYSTEM_NUMBER_MEDIUM is available on the device?