jMonkeyEngine-Contributions / Lemur

Lemur is a jMonkeyEngine-based UI toolkit.
http://jmonkeyengine-contributions.github.io/Lemur/
BSD 3-Clause "New" or "Revised" License
116 stars 32 forks source link

Add font size option for listbox #70

Open robbi-blechdose opened 5 years ago

robbi-blechdose commented 5 years ago

Title. It'd be nice to be able to set the font size for the listbox contents in code just like you can for a label or a button.

pspeed42 commented 5 years ago

Lists may not even contain text. Only the cell renderer knows... and that's where you would set the font size.

robbi-blechdose commented 5 years ago

Right, thank you. Is there a method to set it in Java per Listbox (not for all of them)?