diff --git a/src/GPUFontAtlasLayerCombo.cpp b/src/GPUFontAtlasLayerCombo.cpp index 1793f33..0a4f021 100644 --- a/src/GPUFontAtlasLayerCombo.cpp +++ b/src/GPUFontAtlasLayerCombo.cpp @@ -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,