From: nds Date: Tue, 13 Apr 2021 07:48:25 +0000 (+0300) Subject: Revert "0031678: Visualization - text color becomes lighter than in 7.3.0" X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FCR0_DMUReviewer_OCCT-751_31920_31678;p=occt-copy.git Revert "0031678: Visualization - text color becomes lighter than in 7.3.0" This reverts commit 72a35595e3f664416ee199ccd8dff0f61d229795. --- 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()) {