From 9804a28dd22cd4fc7f8aea4e4a7d9c48ce0d2c6f Mon Sep 17 00:00:00 2001 From: nds Date: Tue, 21 Jul 2020 18:15:55 +0300 Subject: [PATCH] 0031678: Visualization - text color becomes lighter than in 7.3.0 (cherry picked from commit 1855383438db33933106aa5848ac00569731a407) --- src/Font/Font_FTFont.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Font/Font_FTFont.cxx b/src/Font/Font_FTFont.cxx index 9bce764bde..23199b9168 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()) { -- 2.39.5