problem with text()
in
Programming Questions
•
3 years ago
hello everyone,
i might be dumb, but i seem to having a problem with text(). in setup() i do
thanks in advance.
i might be dumb, but i seem to having a problem with text(). in setup() i do
- textMode(SCREEN);
- font= loadFont("Verdana-24.vlw");
- textFont(font);
- void keyPressed(){
- println("foo");
- text("bar", 10, 10);
- }
thanks in advance.
1