diff --git a/src/osgPlugins/freetype/FreeTypeFont.cpp b/src/osgPlugins/freetype/FreeTypeFont.cpp index a4fb749af..44d8f362d 100644 --- a/src/osgPlugins/freetype/FreeTypeFont.cpp +++ b/src/osgPlugins/freetype/FreeTypeFont.cpp @@ -554,7 +554,7 @@ bool FreeTypeFont::hasVertical() const bool FreeTypeFont::getVerticalSize(float & ascender, float & descender) const { OpenThreads::ScopedLock lock(FreeTypeLibrary::instance()->getMutex()); -#if 1 +#if 0 if(_face->units_per_EM != 0) { float coord_scale = 1.0f/static_cast(_face->units_per_EM);