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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
//cout << "yes, this is running" << endl;
|
|
||||||
if(charcode == '\r' || charcode == '\n'){
|
if(charcode == '\r' || charcode == '\n'){
|
||||||
//cout << "but charcode is r or n" << endl;
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
// if does exist already
|
// if does exist already
|
||||||
|
@ -733,10 +731,6 @@ class Font {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
//text << (char)glyphIdentity.charcode
|
|
||||||
//<< " " << ofToString(glyphIdentity.coords[0]) << " "
|
|
||||||
//<< " (" << ofToString(bufferCurves.size()) << ")" << endl;
|
|
||||||
|
|
||||||
buildGlyph(glyphIdentity,
|
buildGlyph(glyphIdentity,
|
||||||
glyphIndex);
|
glyphIndex);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue