WDL font control


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

Posted by Grant Foraker on April 16, 2012 at 13:11:31:

Heretofore, the following worked to get myself back to Lucida Console at 10CPI and 6LPI, after building my form with boxes, circles, squares, and misc fonts. Using both pdfFactory, Comet PDF, and my HP4+ printer.


!--------------------------------------------------------------------
Gosub GDI.InitLogFont
lfHeight$ = IntelD(12*20)
lfFaceName$ = "Lucida Console"+NullByte$
lfPitchAndFamily$ = Intel(FIXED.PITCH+FF.DONTCARE)
Gosub SetFont
!--------------------------------------------------------------------

But, on a recent project and my first foray in Landscape mode. My HP 4+ printer and Comet PDF worked correctly. But, pdfFactory gave my slightly taller and wider characters. So that the print on the page drifted down until I went below the lower margin and caused a hardware FF. I switched from the old font selection to ...


PRINT (1) (TR);(SelectSysFont=10)

Which loads the 10CPI, 6LPI version of Lucide Console defined in COSWGLOB.INI

	
[Printer Fonts]
Font-10=Lucida Console, 12, 10, 0, 6



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):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


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