Skip to content

Commit

Permalink
More juce font nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Sep 27, 2024
1 parent 33e8108 commit 62dda8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/surge-xt/gui/RuntimeFont.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ struct FontManager

bool useOSLato{false};

juce::Font displayFont;
juce::Font patchNameFont;
juce::Font lfoTypeFont;
juce::Font aboutFont;
juce::Font displayFont{juce::FontOptions()};
juce::Font patchNameFont{juce::FontOptions()};
juce::Font lfoTypeFont{juce::FontOptions()};
juce::Font aboutFont{juce::FontOptions()};
void setupFontMembers();

juce::ReferenceCountedObjectPtr<juce::Typeface> latoRegularTypeface, latoBoldTypeface,
Expand Down

0 comments on commit 62dda8f

Please sign in to comment.