Can't get the printer back to normal


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Stephen Auerbach on March 16, 2005 at 12:10:42:

I'm using Windows printing to print bar codes. Then I want to get the printer back to normal Courier 10 pitch bold is normal for this printer.
Here's my code
SetDataFont: ! Select the statement form data font <<<<<<<<<<<<=======================
Gosub GDI.InitLogFont
lfWeight$ = IntelD(FW.BOLD)
lfHeight$ = IntelD(12*20)
lfFaceName$ = "Courier New"+NullByte$
lfPitchAndFamily$ = Intel(FIXED.PITCH+FF.DONTCARE)
Gosub SetFont
Return
When I change the Height I also change the width. When the lfHeight$ is 12*20 the characters are the right size, but the lines are too high. When lfHeight$ is 10*20 the lines are the right height but the characters are too small.
What am I missing here?


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):






[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]