diff --git a/src/gpufont/font.hpp b/src/gpufont/font.hpp index 1e9cd25..a241e64 100644 --- a/src/gpufont/font.hpp +++ b/src/gpufont/font.hpp @@ -709,9 +709,7 @@ class Font { break; } - //cout << "yes, this is running" << endl; if(charcode == '\r' || charcode == '\n'){ - //cout << "but charcode is r or n" << endl; continue; } // if does exist already @@ -733,10 +731,6 @@ class Font { continue; } - //text << (char)glyphIdentity.charcode - //<< " " << ofToString(glyphIdentity.coords[0]) << " " - //<< " (" << ofToString(bufferCurves.size()) << ")" << endl; - buildGlyph(glyphIdentity, glyphIndex);