shiffman / LearningProcessing

A repo for examples from the book Learning Processing
http://learningprocessing.com
606 stars 276 forks source link

chapter 17 loadFont() #106

Closed shiffman closed 9 years ago

shiffman commented 9 years ago
f = loadFont("ArialMT-16");

needs .vlw

shiffman commented 9 years ago

Changing everything to Georgia? since Arial is default.

The loadFont() one is Gotham?

shiffman commented 9 years ago

starting with 17-3 just use default font? update code examples

shiffman commented 9 years ago

all set now. keeping arial since we're adjust size anyway and don't want to redo screenshots with default font.