Fonts in JUCE framework

Hello

I’m trying to distribute a gui app made with the JUCE framework.

On linux JUCE searches the font directories, starting in /etc/fonts/fonts.conf

How do I add the fonts to the .yaml file?

— Eigil

Just use an extension like:

apps:
  my-cool-app:
    extensions: [ gnome-3-38 ]
    command: ...
    plugs:
      - ...

that will make sure your app has access to fonts, themes, icons and will set up the environment for you for things like audio playback etc …

to see the list of available extensions for your particular base: use:

snapcraft extensions