John wrote:
Hi 🙂
I see a way to get the maximum length of the widgets font. (API_FontType.widMax)
oh, i think these has nothing to do with the fonts of GUI-Widgets.
I just tried a little bit and choosed 5.4 as standard width of a letter.
Hmm.
Example:
Creation of two labels:
Text of Label1 = "iiiiiiiiii" (10 letters)
Text of Label2 = "wwwwwwwwww" (10 letters)
the labels will look like that:
<_iiiiiiiiii__________>
<_wwwwwwwwww_>
but i'am searching for a way to let them look like that:
<_iiiiiiiiii_>
<_wwwwwwwwww_>
any hints?