Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I want to get the combo box font in LAF. So I'm trying to add it into the HISE source.
I'm using this auto font = getComboBoxFont(cb); and font.getTypefaceName() but this always returns Oxygen.
auto font = getComboBoxFont(cb);
font.getTypefaceName()
Oxygen
Any ideas?