given the "physical" attributes of a label (font, size....) is it possible to know the width / height of the displayed text?
something like:
something like:
B4X:
lbl1.Text="Some Text"
lbl1.typeface=Typeface.CreateNew(Typeface.SERIF,Typeface.STYLE_BOLD_ITALIC)
lbl1.TextSize=32
a=lbl1.TextWidth <===??????