From 20c00d064e6fef4cfb9202f70199f0a926cd77f3 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Sat, 22 Apr 2023 16:36:38 +0200 Subject: [PATCH] comment debug bitmapstrings --- src/GPUFontAtlasLayerCombo.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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,