(svn r7337) -Feature: [win32] Add font selection by specifying a font-name, ala Fontconfig. Pretty

messy if you ask me, but this is what you get when MS hides the font API in the deepest
 depths... thanks Rubidium for testing.
This commit is contained in:
Darkvater
2006-12-03 19:03:38 +00:00
parent 0074c82912
commit dcd95059be
2 changed files with 174 additions and 65 deletions

View File

@@ -23,4 +23,8 @@ wchar_t *convert_to_fs(const char *name, wchar_t *utf16_buf, size_t buflen);
# define WIDE_TO_MB_BUFFER(str, buffer, buflen) (str)
#endif
#if defined(__MINGW32__)
#define SHGFP_TYPE_CURRENT 0
#endif /* __MINGW32__ */
#endif /* WIN32_H */