11 lines
151 B
C++
11 lines
151 B
C++
extern "C"
|
|
{
|
|
#include "ttf.h"
|
|
}
|
|
|
|
#if PlatformIsWindows
|
|
# include "ttf_core_dwrite.cpp"
|
|
#else
|
|
# error TTF core not implemented for this platform
|
|
#endif
|