Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    White font on black background

    I am looking to make an app where all backgrounds are black and the default font is bold + white.

    I know you can do stuff like this to set the defaults for all Canvas objects:
    Code:
    final Canvas canvas = new Canvas ();
    canvas.setBackgroundColor ("black");
    Canvas.setDefaultProperties (canvas);
    Any advice on this topic, especially relative to the fonts?
Working...
X