Embedded fonts and Jucer

I’ve been using the Jucer for some of the windowed components. But if I use some exotic embedded fonts (also available on my system of course), the Jucer setFont bindings will be pretty much useless. Am I missing something obvious? Anyone out there using embedded fonts AND Jucer?

At this point my only ides is to repeat the setFont stuff with the embedded ones between the [UserPreSize] markups :frowning:

Thanks,
LB

Not sure how you’d crowbar custom fonts into the jucer…

But adding your own font setting code in the [userpresize] really isn’t difficult, and there’ll be practically no performance problems in doing it.

Well, no, it’s not difficult at all, I just have to remember doing it after I add another component :slight_smile: