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);
Number fonts are typically only numbers, with a few extras at times, like +/-/:
That can not only vary by device, but by font. You should see this in the appendix to the UX guide in the SDK.
thanks ok so what happens if i use a non number font for numbers?? is it the same?? or uses more memory? do you recommend?
The UXGuide which is included in the SDK 3.1.9 shows for Edge
Number Fonts
Available Characters:
% -.0123456789:_°
I interprete the 2nd character as a space. Isn't it?
Looks to be a minus sign to me.
yes en if you see there´s an space after % now i´m changing the fonts for specific devices
resources-edge_520
resources-edge_1000
resources-edge820
resources-edge1030
do you know the name of resource folder for new 1030 plus and 530 and 830??
Looking at the UX guide, I see a space, but that list isn't in the edge section, but the devices before and after.
It's hard to see due to proportional font.
first char is "%"
second char is " "
third char is "-"
...
It's also in the Edge section of SDK 3.1.9
maybe it´s just an error in simulator and it displays ok
I think the space is new in SDK 3.1.9.
So be sure that SDK 3.1.9 is also installed at the devices, otherwise it doesn't function.