Hi all,
I used this code to change the space between text lines of Label.
and MeasureMultilineTextHeight always return wrong height (shorter). Anyone can help? Thank you.
I used this code to change the space between text lines of Label.
B4X:
Dim Obj1 As Reflector
Obj1.Target = label1
Obj1.RunMethod3("setLineSpacing", 1, "java.lang.float", 1.3, "java.lang.float")
and MeasureMultilineTextHeight always return wrong height (shorter). Anyone can help? Thank you.