frauzufall / ofxGuiExtended

ofParameter based GUI addon for openFrameworks; derived from the core OF ofxGui addon and ofxDOM.
MIT License
113 stars 29 forks source link

Custom Fonts? #30

Closed transat closed 8 years ago

transat commented 8 years ago

What are our options regarding customising fonts? Can this be done through the JSON too?

I've really been liking the flexibility of the theming so far!

frauzufall commented 8 years ago

Check out the updated theme example :) Small bugs: If you change the font size, the minimal sizes of the controls are not calculated correctly (the font will overlap). Also you can't change the font size if you don't set a font family. Give it a try!

frauzufall commented 8 years ago

Argh I just realized that the files in bin/data were missing for most of the examples so they did not really work as expected. I uploaded them all now.

transat commented 8 years ago

Fantastic. Cheers!