Fonts differences

Former Member
Former Member
There's a difference in fonts between:
- simulator and 920xt device
- simultaor fenix 3, vivoactive and epix

I'm working on a watch face that will be compatible with all four devices. I'm using different fonts:
bigFont = Gfx.FONT_NUMBER_MILD;
smallFont = Gfx.FONT_LARGE;


On 920 in simulator bigFont is bigger, on device it's smaller than small font.
On simulator in vivoactive bigFont is bigger, in simulator fenix 3 is smaller than small font. I would expect the same result on fenix 3, vivoactive and epix, since documentation states they have the same fonts.

Can differences in 920 between simulator and device be fixed?
Can someone explain differences I see in simulator with other devices?

Thanks.