I am thinking of using an LCD style font (like below) on my UI.
I’m trying to avoid bundling the .ttf font file. Does JUCE embed the font, or do I have to bundle it?
I guess I could create bitmaps of each character / number and do it that way , but that seems like extra work.
createSystemTypefaceFor gives you a typeface object. You can choose how/where to use that typeface. To use it n dropdown menus, you may need to override the relevant functions in your project’s LookAndFeel.