[Closed] italics / bold in ui elements?
hey all,
i’m trying to figure out if there is a way to bold or italicize items in standard mxs ui elements. i’m specifically looking to do this to items in a listbox, but i assume it’s standard for all ui elements. having a hard time finding the right keywords to search for in the docs.
also this is straight mxs so i am not using dotnet or any fanciness like that which would have access to microsoft’s font library etc.
thanks!
unfortunatly you just dont have that level of control with standard max UI items which is likely why they introduced .NET in the first place. The dotnet ListBox is easy to use. It wouldn’t be that hard to swap out a standard ListBox for a dotnet one, and that’s the only way that you’re going to get to control the font as far as I know.