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(){
|
||||
string fontName = "TonkaFlowers.ttf";
|
||||
fontPath = "data/celines-fonts/" + fontName;
|
||||
string fontName = "RobotoFlex.ttf";
|
||||
fontPath = "data/fonts/" + fontName;
|
||||
|
||||
char character = characters[currentCharacter];
|
||||
makeCharacter(character);
|
||||
|
|
Loading…
Reference in a new issue