iOS Question [BCTextEngine] BBLabel and xCustomListView text is cropped

Alexander Stolte

Expert
Licensed User
Longtime User
I use the BBLabel and I noticed that under IOS the letters are chopped off, as if a piece was missing at the bottom.

i can't figure out why this occurs, i was able to reproduce it in an example project, the effect is stronger in my AS_SelectionList

Image from my example project:
1735598700462.png


image from my AS_SelectionList:
1735598814764.png


I have been looking for a solution for more than 8 hours, unfortunately without success. I would be very grateful for help, the example project is attached
thanks
 

Attachments

  • BBLabel and xCustomListView.zip
    172.9 KB · Views: 8

f0raster0

Well-Known Member
Licensed User
Longtime User
you have very good attention to details!!

after replaced this line I see the S or O in full (not sure if that is the solution)
xpnl.SetLayoutAnimated(0,0,0,Root.Width,75dip)
 
Upvote 0

Alexander Stolte

Expert
Licensed User
Longtime User
you have very good attention to details!!
Everything has to be smooth for me, otherwise I can't sleep

after replaced this line I see the S or O in full (not sure if that is the solution)
xpnl.SetLayoutAnimated(0,0,0,Root.Width,75dip)
unfortunately no change for me
 
Upvote 0
Top