sudara / melatonin_inspector

A JUCE module that gives you the ability to inspect and visually edit (non-destructively) components in your UI.
MIT License
145 stars 17 forks source link

Centralize font picking into InspectorLookAndFeel #121

Closed ianloic closed 2 months ago

ianloic commented 2 months ago

This allows us to easily use a fall-back if Verdana isn't available (for example on many Linux systems).

This addresses https://github.com/sudara/melatonin_inspector/issues/120