change font

This commit is contained in:
jrkb 2023-09-24 20:52:52 +02:00
parent f4cb8bec03
commit 8dc2ea75c7

View file

@ -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);