Skip to content

Commit

Permalink
Merge pull request #5 from beaconFUN/Fix-textsizechange
Browse files Browse the repository at this point in the history
フォントサイズの変更
  • Loading branch information
KarenNumata authored May 11, 2018
2 parents 4d2e97b + 0be51be commit 6d7bf87
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions GitHubWS.pde
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ void setup() {

void draw() {
textAlign(CENTER);
fill(255);
textSize(40);

fill(255,0,0);
textSize(10);

text("Hello world", width/2, height/2 );
}

0 comments on commit 6d7bf87

Please sign in to comment.