Re: Setting printer font sizes


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

Posted by Marc Shevick on March 07, 2005 at 13:36:53:

In Reply to: Setting printer font sizes posted by Stephen Auerbach on March 07, 2005 at 13:33:45:

Steve -here is an example I use to set a font.
Gosub GDI.InitLogFont
lfHeight$ = INTELD(11*20)
lfFaceName$ = "Courier New"+NullByte$
IF LP$ = "LPF" lfWeight$ = IntelD(FW.BOLD)
Gosub SetFont

The 1st number in the inteld instruction "11" determines the size of this font.


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 ]