Esempio n. 1
0
	virtual void onDraw(GLV& g){
		draw::color(colors().text);
		float x = tabs.width()+10;
		const char * str = "Amazingly few discotheques provide jukeboxes.";
		font.size( 6).render(str, x, 10);
		font.size( 8).render(str, x, 30);
		font.size(12).render(str, x, 50);
	}