ultimatepp/uppsrc/CtrlCore/CocoDrawText.cpp
cxl 8104c07ce4 CtrlCore: Devloping Cocoa support
git-svn-id: svn://ultimatepp.org/upp/trunk@12074 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-07-16 12:13:43 +00:00

16 lines
282 B
C++

#include <CtrlCore/CtrlCore.h>
#ifdef GUI_SKELETON
NAMESPACE_UPP
#define LLOG(x)
void SystemDraw::DrawTextOp(int x, int y, int angle, const wchar *text, Font font, Color ink,
int n, const int *dx) {
Std(font);
}
END_UPP_NAMESPACE
#endif