unnecessary comments
This commit is contained in:
parent
1890926805
commit
ef4cdafb8d
1 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue