EgtGeomKernel :
- a ExtText aggiunta GetAuxSurf (solo per font di sistema) - molto migliorata gestione anelli e spikes nella creazione di regioni.
This commit is contained in:
@@ -131,6 +131,16 @@ FontManager::GetOutline( const string& sText, int nInsPos, ICURVEPLIST& lstPC) c
|
||||
return m_OsFont.GetOutline( sText, nInsPos, lstPC) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
FontManager::GetRegion( const string& sText, int nInsPos, ISURFFRPLIST& lstSFR) const
|
||||
{
|
||||
if ( m_bCurrNfeFont)
|
||||
return false ;
|
||||
else
|
||||
return m_OsFont.GetRegion( sText, nInsPos, lstSFR) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
FontManager::ApproxWithLines( const string& sText, int nInsPos, double dLinTol, double dAngTolDeg, POLYLINELIST& lstPL) const
|
||||
|
||||
Reference in New Issue
Block a user