2016年9月20日 星期二

week 2. [活動]字體設計論壇研討會

【9/21字體設計論壇研討會 : 廖韡X曾國榕X仇寅】

9/21(三) 13:30~16:30 台灣科大國際大樓1F國際會議廳



字型範例:


PFont myFont;

void setup() {
  size(200, 200);
  // Uncomment the following two lines to see the available fonts 
  //String[] fontList = PFont.list();
  //printArray(fontList);
  myFont = createFont("Georgia", 32);
  textFont(myFont);
  textAlign(CENTER, CENTER);
  text("HELLO", width/2, height/2);
}

沒有留言:

張貼留言