add Enumerate fonts. not Finished
This commit is contained in:
parent
770a5c5501
commit
d55f09d75b
8 changed files with 121 additions and 31 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue