Can TextButton control Font size and type?

TextButton is a basic Component. As such I would like to have control over font size as well as font type whenever I use it. How can you do it? Other basic Components, like Label, has methods available to do just that. This is basic stuff, isn’t it? Anyone can help? Thanks (!)

Try creating your own LookAndFeel-derived class and overriding the button drawing methods.
https://docs.juce.com/master/structButton_1_1LookAndFeelMethods.html

Matt

Well then thank you matt (!)
Hugo