diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-05 22:06:24 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-05 22:06:24 +0300 |
commit | ca97e51bc8522538feb522940682a55f0620b90c (patch) | |
tree | a4e53d7fc7ae0252afcfdc94313a44f874150d7d /include | |
parent | cda14f4f5ec6f88e98285dc9af5c89231561e73f (diff) |
mir_fonts.cpp erased because the problems with translation
Diffstat (limited to 'include')
-rw-r--r-- | include/newpluginapi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/newpluginapi.h b/include/newpluginapi.h index d964d7a52f..e04ff075c0 100644 --- a/include/newpluginapi.h +++ b/include/newpluginapi.h @@ -202,9 +202,12 @@ public: int addFont(struct FontID *pFont);
int addFont(struct FontIDW *pFont);
+ int addFont(const char *pszDbModule, const char *pszDbName, const wchar_t *pszSection, const wchar_t *pszDescription,
+ const wchar_t *pszBackgroundGroup, const wchar_t *pszBackgroundName, int position, BOOL bAllowEffects, LOGFONT *plfDefault, COLORREF clrDefault);
int addColor(struct ColourID *pColor);
int addColor(struct ColourIDW *pColor);
+ int addColor(const char *pszDbModule, const char *pszDbName, const wchar_t *pszSection, const wchar_t *pszDescription, COLORREF clrDefault);
int addEffect(struct EffectID *pEffect);
int addEffect(struct EffectIDW *pEffect);
|