var f4 = createFont('jokerman',10);
textSize(20);
fill(29, 0, 250);
textFont(f4,40);
text('My Favorite Foods',17,59);
text('1.)',17,117);
text('Fajitas',80,117);
text('2.)',17,200);
text('Steak',80,200);
text('3.)',17,280);
text('Baked Potato',90,280);

No comments:
Post a Comment