23#include <juce_gui_basics/juce_gui_basics.h>
53 juce::Typeface::Ptr mainTypeface;
54 juce::Typeface::Ptr iconTypeface;
58 using Instance = juce::SharedResourcePointer<Fonts>;
Fonts used by the GUI.
Definition Fonts.h:51
const juce::Font icons
Font Awesome Solid.
Definition Fonts.h:64
const juce::Font h2
Heading 2. Use for: suite name.
Definition Fonts.h:61
const juce::Font h3
Heading 3. Use for: panel labels, plugin version.
Definition Fonts.h:62
const juce::Font h4
Heading 4. Use for: knob/button labels.
Definition Fonts.h:63
juce::SharedResourcePointer< Fonts > Instance
Add this as a member to your component/editor class to access the fonts.
Definition Fonts.h:58
const juce::Font h1
Heading 1. Use for: plugin name.
Definition Fonts.h:60