When i use spaces on number fonts it appear like squares only on some edges how can i substitute these spaces?
value.setText(a + " " + b);
When i use spaces on number fonts it appear like squares only on some edges how can i substitute these spaces?
value.setText(a + " " + b);
ok i only have an edge 530 I´m going to test
In the 3.1.9 UX guide there is this. No chars listed for the edge devices
confirmed on 530 it´s an it displays spaces on garmin and not squares like in simulator, can someone confirm on 520 or 1030 please??
Jim, you're right (as always). I've wrongly looked at the EPIX Fonts, since for Edge there are no chars listed. But why are no chars listed? I assume this is missing in the doc. But all other devices contains the space in the number fonts. So I think it's worth to test this with an Edge device.
The device-specific resource folder names always match the pattern resources-<deviceName> where <deviceName> is the deviceId from devices.xml. For the specific devices you ask about, they are:
Another place you could look for these resource folder names, and other useful tidbits, would be in the default.jungle file included with the SDK.
I can confirm that the device number fonts include glyphs for ASCII code points 32-95, and 123-126, but the ConnectIQ simulator only includes glyphs for 37, 43, 45-58, 65, 69, 77-78, 80, 83, 87, and 95.
I'm seeing the same font configuration differences for the edge1030, edge1030plus, edge530, and edge830.