EgtGeomKernel 1.6c1 :
- in esplosione testi OS si invertono i contorni, per avere gli esterni CCW.
This commit is contained in:
Binary file not shown.
@@ -315,6 +315,10 @@ OsFont::GetOutline( const string& sText, int nInsPos, ICURVEPLIST& lstPC)
|
||||
for ( iIter = lstPC.begin() ; iIter != lstPC.end() ; ++ iIter)
|
||||
(*iIter)->Translate( vtIpMove) ;
|
||||
|
||||
// inverto i percorsi per avere gli esterni CCW
|
||||
for ( iIter = lstPC.begin() ; iIter != lstPC.end() ; ++ iIter)
|
||||
(*iIter)->Invert() ;
|
||||
|
||||
// ripristino il font originale
|
||||
SelectObject( m_hDC, hPrevFont) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user