1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-29 14:00:49 +03:00

0031678: Visualization - text color becomes lighter than in 7.3.0

(cherry picked from commit 1855383438db33933106aa5848ac00569731a407)
(cherry picked from commit 90187b9476)
(cherry picked from commit 83e7b17fe1c27b231ee45ce30e0cdc2b1b62fa2f)
This commit is contained in:
nds
2020-07-21 18:15:55 +03:00
committed by nds
parent 6085d229e9
commit 72a35595e3

View File

@@ -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())
{