Renanse / Ardor3D

Ardor3D is a free Java based, professionally oriented, open source 3D graphics engine.
Other
227 stars 77 forks source link

UI min text height too aggressive #79

Closed mallanmba closed 6 years ago

mallanmba commented 6 years ago

The min height calculated for UILabel is too small to fit text completely - the bottoms of characters like 'y' 'g' are cut off. Also, 'border' around bmfont characters seems to be cut off (see top of 'I' characters, there should be a black border but it seems the white text is touching the bottom of title bar)

min_height_text

Renanse commented 6 years ago

I am unable to reproduce this issue on either Windows or Linux. Is it possible there's some sort of additional user settings that could affect this? Maybe a font override or screen scaling?

image

Renanse commented 6 years ago

I was able to repro and fix this. Commit coming shortly.