IFD:GenerativeBauhaus WS2012/NameOderPseudonym: Difference between revisions

From Medien Wiki
(Created page with "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...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
PFont arial;
   This page is not intended to be edited. Go back and create your own page!
void setup()
{
   size(600,600);
  arial=createFont("Arial", 16,true);
}


void draw()
  Diese Seite ist nicht dazu gedacht, editiert zu werden. Gehe zurück und erstelle Deine eigene Seite!
{
background(0,0,0 );
smooth();
ellipse(100, 400, 150, 150 );
textFont(arial,16);
text ("Punktpunktpunkt",200,400);
 
}

Latest revision as of 11:28, 17 July 2013

 This page is not intended to be edited. Go back and create your own page!
 Diese Seite ist nicht dazu gedacht, editiert zu werden. Gehe zurück und erstelle Deine eigene Seite!