EgtGeomKernel :

- CurveArc::ToAdditional diventato CurveArc::ToExplementary
- aggiunta CurveComposite::ApproxWithArcsEx per approssimare più linee piccole con archi
- corretta PointGrid3d::FindNearest non trovava punto all'altro estremo del box.
This commit is contained in:
Dario Sassi
2015-07-31 10:15:41 +00:00
parent 0461e9b3b6
commit 6f472c41ea
13 changed files with 135 additions and 31 deletions
-4
View File
@@ -809,10 +809,6 @@ ExtText::Mir( bool bOnLen)
{
// imposto ricalcolo della grafica
m_OGrMgr.Reset() ;
// imposto il font corrente e i suoi dati
FontManager& fntMgr = FontManager::GetFontManager() ;
if ( ! fntMgr.SetCurrFont( m_sFont, m_nWeight, m_bItalic, m_dHeight, m_dRatio, m_dAddAdvance))
return false ;
// se auto-mirror sulla lunghezza del testo
if ( bOnLen) {