]> 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:26:28 +0000 (10:26 +0300)
committernds <nds@opencascade.com>
Fri, 25 Dec 2015 07:27:01 +0000 (10:27 +0300)
If the problem is returned back, try to use Font_FontMgr::RegisterFont and has the font for the symbol in sources.
The problem is reproduced on Debian Linux station.

src/SketcherPrs/SketcherPrs_LengthDimension.cpp

index 1fb02c19458d89042486e1ff66c04ec963c574e6..f70de41f5098242d8fea4d54bd67437daa92efd4 100644 (file)
@@ -30,6 +30,8 @@ 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));
 
+// it is not possible to use 0x2211 as summ symbol because it is not supported by
+// debian Linux platform
 static const Standard_ExtCharacter MySummSymbol(0x03A3);
 
 IMPLEMENT_STANDARD_HANDLE(SketcherPrs_LengthDimension, AIS_LengthDimension);