diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-10-22 13:05:29 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-10-22 13:05:29 +0000 |
commit | 5e2886ded2b2214b9e09ee0d08676ed31a32911e (patch) | |
tree | 3b89017f0cd3ac9e8b046592a4ef5bb22ae5af41 /utils/mir_fonts.h | |
parent | 2cbd98009118a9ea15b446820495b54c44fd069d (diff) |
Move utils files from "plugins/utils" to "/utils" so it can be used from protocols too
git-svn-id: http://svn.miranda-ng.org/main/trunk@15592 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'utils/mir_fonts.h')
-rw-r--r-- | utils/mir_fonts.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/mir_fonts.h b/utils/mir_fonts.h new file mode 100644 index 0000000000..b85b82ce74 --- /dev/null +++ b/utils/mir_fonts.h @@ -0,0 +1,6 @@ + +int FontService_RegisterFont(const char *pszDbModule, const char *pszDbName, const TCHAR *pszSection, const TCHAR *pszDescription, const TCHAR* pszBackgroundGroup, const TCHAR* pszBackgroundName, int position, BOOL bAllowEffects, LOGFONT *plfDefault, COLORREF clrDefault); +int FontService_GetFont(const TCHAR *pszSection, const TCHAR *pszDescription, COLORREF *pclr, LOGFONT *plf); + +int FontService_RegisterColor(const char *pszDbModule,const char *pszDbName,const TCHAR *pszSection,const TCHAR *pszDescription,COLORREF clrDefault); +int FontService_GetColor(const TCHAR *pszSection,const TCHAR *pszDescription,COLORREF *pclr); |