rezaali / ofxUI

[DEPRECATED] UI Addon for openFrameworks
http://www.syedrezaali.com/#/ofxui-project-showcase/
518 stars 202 forks source link

Fonts & Colours #229

Open olgv opened 9 years ago

olgv commented 9 years ago

Hi there, I have two questions, they both address main aspects of a GUI design process.

  1. Is there a way to not use the current font, but instead a bitmap sting type of font, the same aliased font as OF uses (ofDrawBitmapString)?
  2. How can the colours be changed? The font colour, canvas background, etc.?

Thank you