PFont arial; void setup() {
size(600,600); arial=createFont("Arial", 16,true);
}
void draw()
{ background(0,0,0 ); smooth(); ellipse(100, 400, 150, 150 ); textFont(arial,16); text ("Punktpunktpunkt",200,400);
}
PFont arial; void setup() {
size(600,600); arial=createFont("Arial", 16,true);
}
void draw()
{ background(0,0,0 ); smooth(); ellipse(100, 400, 150, 150 ); textFont(arial,16); text ("Punktpunktpunkt",200,400);
}