Adding more fonts for Examples 2

This commit is contained in:
Casey Reas
2011-09-23 04:47:41 +00:00
parent fef626fa4c
commit ec6dad06cf
6 changed files with 1 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ void setup() {
tokens = splitTokens(allText, " ,.?!:;[]-");
// Create the font
textFont(createFont("Georgia",24));
textFont(createFont("Georgia", 24));
}
void draw() {