Alexh
2010-07-01 21:44:50 UTC
Hi,
I finally implemented the print function on my app and it works except
that all of the dashed lines are printed as solid lines and all
horizontal lines are much heavier than the screen view or print
preview.
Everthing looks as it should in print preview.
When I print nothing is cut off or missing and all text looks good.
I'm using VS2005. I implemented everything using the typical method
found in books.
I always use the CPen constructor -
CPen(
int nPenStyle,
int nWidth,
COLORREF crColor
);
The printer is just a typical consumer inkjet which I have used for
years.
Thanks for any tips.
I finally implemented the print function on my app and it works except
that all of the dashed lines are printed as solid lines and all
horizontal lines are much heavier than the screen view or print
preview.
Everthing looks as it should in print preview.
When I print nothing is cut off or missing and all text looks good.
I'm using VS2005. I implemented everything using the typical method
found in books.
I always use the CPen constructor -
CPen(
int nPenStyle,
int nWidth,
COLORREF crColor
);
The printer is just a typical consumer inkjet which I have used for
years.
Thanks for any tips.