comment debug bitmapstrings

This commit is contained in:
jrkb 2023-04-22 16:36:38 +02:00
parent af6a1a580d
commit 20c00d064e

View file

@ -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,