![]() |
fsh::stk
fantastic spatial holophonic synthesis toolkit
|
Fonts used by the GUI. More...
#include <Fonts.h>
Public Types | |
using | Instance = juce::SharedResourcePointer<Fonts> |
Add this as a member to your component/editor class to access the fonts. | |
Fonts used by the GUI.
The fonts are accessed by the Fonts::Instance
type, which is a juce::SharedResourcePointer
. This means that the fonts are shared across all instances of the Fonts::Instance
type. Unfortunately, Linux builds fail to link the fonts correctly when using static members, so this is a workaround.