B4J Question Label text alignment with (Center)

jahswant

Well-Known Member
Licensed User
Longtime User
13.png
12.png


I'm getting text not centered in my Label in b4j while in b4A and B4i the text are centered very well. What's the best option ?

This is the font init code.

B4X:
lblEmpty2.Font = fx.LoadFont(File.DirAssets,"courier-new.ttf", 10)
 
Top