]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #1171 parameter value for dimension constarint - sigma sign is not shown in...
authornds <nds@opencascade.com>
Fri, 25 Dec 2015 07:24:36 +0000 (10:24 +0300)
committernds <nds@opencascade.com>
Fri, 25 Dec 2015 07:26:58 +0000 (10:26 +0300)
If the problem is returned back, try to use Font_FontMgr::RegisterFont and has the font for the symbol in sources.

src/SketcherPrs/SketcherPrs_LengthDimension.cpp

index 8f93fd0eae6fcfd3dd7f3cd9f2e4e8a7d1662504..1fb02c19458d89042486e1ff66c04ec963c574e6 100644 (file)
@@ -30,7 +30,7 @@ static const gp_Pnt MyDefStart(0,0,0);
 static const gp_Pnt MyDefEnd(1,0,0);
 static const gp_Pln MyDefPln(gp_Pnt(0,0,0), gp_Dir(0,0,1));
 
-static const Standard_ExtCharacter MySummSymbol(0x2211);
+static const Standard_ExtCharacter MySummSymbol(0x03A3);
 
 IMPLEMENT_STANDARD_HANDLE(SketcherPrs_LengthDimension, AIS_LengthDimension);
 IMPLEMENT_STANDARD_RTTIEXT(SketcherPrs_LengthDimension, AIS_LengthDimension);