I build my app for a wide range of watches and chose to determine which fonts best fit the display at runtime rather than using resource files to define which fonts to use on which models.
One result of this approach is that I need to test how screens look on each model that I support if I make changes to the font related logic.
Does anyone know if the watch models are grouped by families which all use the same fonts ?
If I could test one model of a group that all use the same fonts, that would save a lot of test time.
Thanks in advance.