allocator + font stuff

This commit is contained in:
Madthijs
2021-04-28 20:06:51 +02:00
parent c5a1303b71
commit 0725828a5f
4 changed files with 33 additions and 21 deletions

View File

@@ -453,8 +453,9 @@ bool GpFontHandler_FreeType2::Init()
return true;
}
extern "C"
#ifdef _MSC_VER
extern "C"
__declspec(dllexport)
#endif
IGpFontHandler *GpDriver_CreateFontHandler_FreeType2(const GpFontHandlerProperties &properties)