Hello, how do I resolve this error,
‘Font’ is deprecated: Use the constructor that takes a FontOptions argument
JUCE 8.0.3, Xcode 15.2, OS 13.5
Hello, how do I resolve this error,
‘Font’ is deprecated: Use the constructor that takes a FontOptions argument
JUCE 8.0.3, Xcode 15.2, OS 13.5
Use the Font constructor that takes FontOptions as an argument:
quick example:
auto myFont = juce::Font(juce::FontOptions(15.0f));