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
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.