#include
#include "mtg.h"
void Draw()
{
_DrawText(3,3,"아");
}
int main()
{
_Invalidate();
return 0;
}
이런식으로 하면 아 가 출력되야 하는데 글자가 깨져버림
왜그런지 아는사람?