]> OCCT Git - occt-copy.git/commitdiff
Revert "0031678: Visualization - text color becomes lighter than in 7.3.0" CR0_DMUReviewer_OCCT-751_31920_31678
authornds <nds@opencascade.com>
Tue, 13 Apr 2021 07:48:25 +0000 (10:48 +0300)
committernds <nds@opencascade.com>
Tue, 13 Apr 2021 07:48:25 +0000 (10:48 +0300)
This reverts commit 72a35595e3f664416ee199ccd8dff0f61d229795.

src/Font/Font_FTFont.cxx

index 7cafbe06bbbdd2bb9a1cbab7edb58b6de0514f7c..aea4132a2e83902f5b0615dcc6be8977c8785dff 100755 (executable)
@@ -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())
 {