comment debug bitmapstrings
This commit is contained in:
parent
af6a1a580d
commit
20c00d064e
1 changed files with 7 additions and 7 deletions
|
@ -318,13 +318,13 @@ void GPUFontAtlasLayerCombo::draw(){
|
|||
|
||||
glDisable(GL_BLEND);
|
||||
|
||||
ofDrawBitmapStringHighlight(
|
||||
"fps: " + ofToString(ofGetFrameRate()) + "\n"
|
||||
+ "font: " + this->identifier.fontPath + "\n"
|
||||
+ "lineHEight: " + ofToString(superLineHeight) + "\n"
|
||||
+ "antiAliasingWindowSize: " + ofToString(antiAliasingWindowSize) + "\n"
|
||||
+ "SSAA: " + (enableSuperSamplingAntiAliasing ? "on" : "off") + "\n"
|
||||
, 20, 20);
|
||||
//ofDrawBitmapStringHighlight(
|
||||
//"fps: " + ofToString(ofGetFrameRate()) + "\n"
|
||||
//+ "font: " + this->identifier.fontPath + "\n"
|
||||
//+ "lineHEight: " + ofToString(superLineHeight) + "\n"
|
||||
//+ "antiAliasingWindowSize: " + ofToString(antiAliasingWindowSize) + "\n"
|
||||
//+ "SSAA: " + (enableSuperSamplingAntiAliasing ? "on" : "off") + "\n"
|
||||
//, 20, 20);
|
||||
}
|
||||
|
||||
void GPUFontAtlasLayerCombo::getAndApplyTransformOrigin(glm::vec4 & transformOrigin,
|
||||
|
|
Loading…
Reference in a new issue