2012年11月21日 星期三

B10010111_賴瑋淳_LOGO



PFont font;
// The font must be located in the sketch's
// "data" directory to load successfully


size(280, 210);
background(255, 193, 45);

smooth();
strokeWeight(1.5); //線
line(210, 180, 250, 180);
line(250, 180, 250, 140);
line(250, 180, 210, 140);

fill(255);
noStroke();
rect(25, 25, 80, 80); //正方形

smooth();
fill(0);
ellipse(90, 90, 80, 80); //圓形


font = loadFont("DFZongYiU-W7-WIN-BF-48.vlw"); //字體

fill(255);
textFont(font, 30);
text("SPATIAL", 90, 100);
textFont(font, 25);
text("INTERACTION" , 90, 125);
textFont(font, 25);
text("DESIGN" , 90, 150);
color(255, 180, 165);

沒有留言:

張貼留言