mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 11:21:06 +01:00
Adding more fonts for Examples 2
This commit is contained in:
@@ -31,7 +31,7 @@ void setup() {
|
||||
tokens = splitTokens(allText, " ,.?!:;[]-");
|
||||
|
||||
// Create the font
|
||||
textFont(createFont("Georgia",24));
|
||||
textFont(createFont("Georgia", 24));
|
||||
}
|
||||
|
||||
void draw() {
|
||||
|
||||
Reference in New Issue
Block a user