is there somewhere a page with the required informations?
Screen resolution is certainly known, but i need some more informations.
Which fonts, font sizes etc are expected?
The Gfx.FONT_XTINY is much bigger like on Fenix 3.
Yes, it looks like the documentation is out of date.
The fonts used by the fenix5 devices should match what you see in the simulated versions of those devices. If you want more details, you can usually find details in ${SDKROOT}/bin/devices.xml.
Hi Travis,
Oh yes, thanks for the hint.
Now there is XTINY synonymous in 26 px for the Fenix 5.
Since then nothing fits. If you want to support several clocks, you can not actually use any more system fonts - that's a pity.
So everything complete with own fonts...
If your application doesn't use up much memory, you can make it easier to handle these issues by using the layout system and then defining a layout for each device or device family. If the layout system uses up too much memory, you can write functions that are device-specific and use annotations to compile out the ones that you don't want for each device.