change font
This commit is contained in:
parent
f4cb8bec03
commit
8dc2ea75c7
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
//--------------------------------------------------------------
|
//--------------------------------------------------------------
|
||||||
void ofApp::setup(){
|
void ofApp::setup(){
|
||||||
string fontName = "TonkaFlowers.ttf";
|
string fontName = "RobotoFlex.ttf";
|
||||||
fontPath = "data/celines-fonts/" + fontName;
|
fontPath = "data/fonts/" + fontName;
|
||||||
|
|
||||||
char character = characters[currentCharacter];
|
char character = characters[currentCharacter];
|
||||||
makeCharacter(character);
|
makeCharacter(character);
|
||||||
|
|
Loading…
Reference in a new issue