Ok I understand this should be simple and I did know how to do it before but I completely forgot how to I know I'm using a Wchar*. I'll give an example
void DrawString(int R, int G, int B, int TextSize, int TextLegnth, int x, int y, const WCHAR* text)
{
Graphics Dstring(hdc);
SolidBrush...