EgtInterface 2.1k6 :

- aggiunto prototipo EgtSetNestKey
- aggiunto prototipo EgtSetLineAttribs.
This commit is contained in:
Dario Sassi
2019-12-02 07:36:54 +00:00
parent 6072a49dc3
commit 850ee740f4
3 changed files with 14 additions and 0 deletions
+7
View File
@@ -47,6 +47,13 @@ __stdcall EgtSetKey( const wchar_t* wsKey)
return ( ExeSetKey( wstrztoA( wsKey)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtSetNestKey( const wchar_t* wsNestKey)
{
return ( ExeSetNestKey( wstrztoA( wsNestKey)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtSetFont( const wchar_t* wsNfeFontDir, const wchar_t* wsDefaultFont)