Android Question TextSize of a monospaced label.

Eme Fibonacci

Well-Known Member
Licensed User
Longtime User
B4X:
Label1.Left = 0
Label1.Top = 0
Label1.Width = 100%x
Label1.Height = 100%y
Label1.Typeface=Typeface.MONOSPACE
Label1.Text = "0123456789"
Label1.TextSize=??

I want that all numbers be showed in device using 100%x for all devices.
It's possible?
Thank you.
 
Top