diff --git a/EXeExecutor.h b/EXeExecutor.h index fcf844a..bca9e0b 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -552,6 +552,7 @@ EXE_EXPORT int ExeVolZmapPartCount( int nId) ; EXE_EXPORT bool ExeVolZmapPartVolume( int nId, int nPart, double& dVol) ; EXE_EXPORT bool ExeTextNormVersor( int nId, int nRefId, Vector3d& vtNorm) ; EXE_EXPORT bool ExeTextGetContent( int nId, std::string& sText) ; +EXE_EXPORT bool ExeTextGetFont( int nId, std::string& sFont) ; EXE_EXPORT bool ExePointToIdGlob( Point3d& ptP, int nId) ; EXE_EXPORT bool ExePointToIdLoc( Point3d& ptP, int nId) ; EXE_EXPORT bool ExeVectorToIdGlob( Vector3d& vtV, int nId) ;