rds1983 / Myra

UI Library for MonoGame, FNA and Stride
MIT License
703 stars 94 forks source link

How to change the default font in the ListBox() object? #432

Closed AaronSaikovski closed 8 months ago

AaronSaikovski commented 8 months ago

I couldnt find any properties to specify the spritefont to use when drawing the listboxes? it seems to use the default. any thoughts?

rds1983 commented 8 months ago

listBox.ListBoxStyle.ListItemStyle.LabelStyle.Font

AaronSaikovski commented 8 months ago

thanks