Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

White font on black background

$
0
0
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?

Viewing all articles
Browse latest Browse all 4756

Trending Articles