martes, 15 de noviembre de 2011

imagen con texto

PFont font;

void setup(){
size(400,120);
smooth();
font= loadFont("AgencyFB-Reg-48.vlw");
textFont(font);
}

void draw (){
background (102);
textSize(45);
text("rocio !!!",25,60);
}

No hay comentarios:

Publicar un comentario