add Enumerate fonts. not Finished

This commit is contained in:
Filip Sykala 2022-01-21 20:19:06 +01:00
parent 770a5c5501
commit d55f09d75b
8 changed files with 121 additions and 31 deletions

View file

@ -95,6 +95,7 @@ public:
#ifdef _WIN32
// fix for unknown pointer HFONT
using HFONT = void*;
static void * can_load(HFONT hfont);
static std::unique_ptr<FontFile> load_font(HFONT hfont);
#endif // _WIN32