J
Joshua T. Moore
I'm using a thermal printer that's printing really slow, but I'm told it's
because i'm using the windows font instead of the control font. Has anyone
been able to accomplish this? I've tried using:
IntPtr gHDC = e.Graphics.GetHdc();
Font font = Font.FromHdc(gHDC);
but pulled a 44 point Arial font (which is definitely wrong).
Please help asap.
Joshua Moore
because i'm using the windows font instead of the control font. Has anyone
been able to accomplish this? I've tried using:
IntPtr gHDC = e.Graphics.GetHdc();
Font font = Font.FromHdc(gHDC);
but pulled a 44 point Arial font (which is definitely wrong).
Please help asap.
Joshua Moore