Missing glyphs in fexix3 font vs. simulator

Former Member
Former Member
If I execute this line

dc.drawText (width / 2, h4 * 2, Gfx.FONT_NUMBER_HOT, "2Xx", Gfx.TEXT_JUSTIFY_CENTER);

in the simulator I get different results from running it on a fenix3.

On the simulator I get "2?x" as expected as according to the docs as only lower case letters are present in the font.

On the fenix3 I get "2??" being displayed so the fexix3 FONT_NUMBER_HOT seems to be missing the lower case letters.

Is this a bug or am I missing something? My watch is new and I believe it is up to date and the simulator was downloaded a couple of weeks ago.

I need a large font capable of showing 0-9 and A-Z and the FONT_NUMBER_HOT is about the right size. I would prefer the alphas to be upper case so using the FONT_NUMBER_HOT is a bit of a compromise.

I could do a custom font, but I am reluctant to go down this route because of the memory footprint - I am already at 35/64K and still have lots more to add to the app.

Thanks,

Dave.