Font size depending on target model?

Former Member
Former Member

I created a data field, which works fine for some watches with round display 240x240 - but not for all with that resolution.

Problem is, that the used fonts are different sized on different targets. 

For example:

same layout, same code. All positions of text boxes are the same. 

Text for Timer an Distance uses FONT_NUMBER_MEDIUM.

On Fenix6S (right shot) it works fine, on Fenix5X (left shot) not. Both have display with 240x240.  

   

Any suggestions to fix this (i.e. independent from target)?

  • This is normal - font sizes are very dependent on the specific device.  And it happens with all app types and not just data fields.

    You could use custom fonts but that can be a memory impact or add some logic based on the fonts on a device - runtime or with jungles.