From: nds Date: Tue, 21 Jul 2020 15:15:55 +0000 (+0300) Subject: 0031678: Visualization - text color becomes lighter than in 7.3.0 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=90187b9476ae29750777d3099be5f4be62da80ab;p=occt-copy.git 0031678: Visualization - text color becomes lighter than in 7.3.0 (cherry picked from commit 1855383438db33933106aa5848ac00569731a407) --- diff --git a/src/Font/Font_FTFont.cxx b/src/Font/Font_FTFont.cxx index 5464195e2a..7e4ecbe95a 100755 --- a/src/Font/Font_FTFont.cxx +++ b/src/Font/Font_FTFont.cxx @@ -38,7 +38,7 @@ Font_FTFont::Font_FTFont (const Handle(Font_FTLibrary)& theFTLib) myActiveFTFace(NULL), myFontAspect (Font_FontAspect_Regular), myWidthScaling(1.0), - myLoadFlags (FT_LOAD_NO_HINTING | FT_LOAD_TARGET_NORMAL), + myLoadFlags (/*FT_LOAD_NO_HINTING | */FT_LOAD_TARGET_NORMAL), myUChar (0U), myToUseUnicodeSubsetFallback (Font_FontMgr::ToUseUnicodeSubsetFallback()) {