From bc033e6e5e5a63f5f02cc1301511d0ad6d730945 Mon Sep 17 00:00:00 2001 From: nds Date: Tue, 13 Apr 2021 10:48:25 +0300 Subject: [PATCH] Revert "0031678: Visualization - text color becomes lighter than in 7.3.0" This reverts commit 72a35595e3f664416ee199ccd8dff0f61d229795. --- 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 7cafbe06bb..aea4132a2e 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