The number before the advance is the left indent.
Adding 12 here moves the '1' to the center of the letter box:
Changes this:
to
I hope it is useful.
Thanks!
Hello. There is no API to control the spacing of characters. TouchGFX will use the spacing in the font.And you are right, the font is often selected by a designer person.
One option is to modify the font to use same spacing for all characters.
Second...
Hello Sandro
It looks like a mistake on the Generator. Maybe the function was only intended to be used in TouchGFXGeneratedHAL.cpp. I see no reason for that. We will change it in next release...
Meanwhile, I think you should just copy the function im...
Hi,
A little background:
As you know there is always only one Screen class allocated. It is therefore not allowed to have pointers or references to variables in a Screen saved in the Model and keeping them after a transition.
The (relevant) code exec...
Hi Farukisiker
A clear example shall you get:
As you know the default max block height is 20 rows.
I created this application:
I use an interaction to redraw the white box in every other tick. The white box is 20x200 pixels.
With the default configu...