Board index » delphi » Printer Font problems in Delphi 1.0
Nils C. Hertzberg
![]() Delphi Developer |
Sun, 22 Nov 1998 03:00:00 GMT
|
Nils C. Hertzberg
![]() Delphi Developer |
Sun, 22 Nov 1998 03:00:00 GMT
Printer Font problems in Delphi 1.0QuoteDavid Vinas wrote: resolution of your printer is. That worked for me. Nils |
Isaac Hepwor
![]() Delphi Developer |
Sun, 22 Nov 1998 03:00:00 GMT
Re:Printer Font problems in Delphi 1.0"Nils C. Hertzberg" <nil...@ii.uib.no> wrote: Quote>David Vinas wrote: with Printer do which will automatically set PixelsPerInch to the printer Y-resolution. -- |
David Vin
![]() Delphi Developer |
Mon, 23 Nov 1998 03:00:00 GMT
Re:Printer Font problems in Delphi 1.0I have an application which I recently had to downgrade from Delphi 2.0 to I am aware of the discrepancy between the Font.Size and Font.Height help file Thanks. David |
Ray Cram
![]() Delphi Developer |
Mon, 23 Nov 1998 03:00:00 GMT
Re:Printer Font problems in Delphi 1.0In article 6...@lurch.sccsi.com, dvi...@sccsi.com (David Vinas) writes: Quote>I have an application which I recently had to downgrade from Delphi 2.0 to Printer.Canvas.Font.PixelsPerInch:=GetDeviceCaps(Printer.Canvas.Handle, LOGPIXELSX); If your LOGPIXELSX is different from LOGPIXELSY, I don't know which you should use. I HTH Ray Cramer |
Damien Smi
![]() Delphi Developer |
Mon, 23 Nov 1998 03:00:00 GMT
Re:Printer Font problems in Delphi 1.0Quotedvi...@sccsi.com (David Vinas) wrote: me if you can. I may miss it if it is just posted. Cheers, ======================================================== |
Joe Hech
![]() Delphi Developer |
Tue, 24 Nov 1998 03:00:00 GMT
Re:Printer Font problems in Delphi 1.0QuoteDavid Vinas wrote: Printer.Canvas.Font.PixelsPerInch := -- |
David Vin
![]() Delphi Developer |
Wed, 25 Nov 1998 03:00:00 GMT
Re:Printer Font problems in Delphi 1.0In article <31B57192.4...@ii.uib.no>, nil...@ii.uib.no says... Quote>David Vinas wrote: the resolution with the GetDeviceCaps command, but I don't know how to set the index (2nd parameter). Any suggestions? David |
Bruc
![]() Delphi Developer |
Fri, 27 Nov 1998 03:00:00 GMT
Re:Printer Font problems in Delphi 1.0This problem drove me crazy, and yes, I tried all the suggestions Quotedvi...@sccsi.com (David Vinas) wrote: |
David Parson
![]() Delphi Developer |
Sat, 28 Nov 1998 03:00:00 GMT
Re:Printer Font problems in Delphi 1.0QuoteRay Cramer wrote: solution than mine. Delphi 1 sometimes sets the printer font resolution to screen resolution (or the old printer Otherwise have to destroy and recreate the Printer object, then reassign PrinterIndex. david.pars...@bbsrc.ac.uk |
Isaac Hepwor
![]() Delphi Developer |
Sat, 28 Nov 1998 03:00:00 GMT
Re:Printer Font problems in Delphi 1.0QuoteDavid Parsons <david.pars...@bbsrc.ac.uk> wrote: doesn't adjust the Font.Size (and .Height) properties retrospectively. To effect this adjustment, use the following : with Printer.Canvas do HTH -- |
john atkin
![]() Delphi Developer |
Sat, 28 Nov 1998 03:00:00 GMT
Re:Printer Font problems in Delphi 1.0I use: PixelsPerInchX := GetDeviceCaps(Printer.Handle, LOGPIXELSX); John. |
s..
![]() Delphi Developer |
Sat, 28 Nov 1998 03:00:00 GMT
Re:Printer Font problems in Delphi 1.0QuoteIn article <4pat6i$...@lurch.sccsi.com>, dvi...@sccsi.com (David Vinas) writes: inch of the printer in the X and Y coordinates respectively. HTH -* Stephen *- |
1. Use of fixed fonts on printer in Delphi 1.0
2. How do I install a new font with Delphi 1.0
3. Whats happening with Large Fonts and Delphi 1.0
4. Q: MULTIPLE FONTS WITHIN TMEMO IN DELPHI 1.0?
5. Printer setup dialog box using Delphi 1.0
6. Delphi 1.0 Printer.EndDoc GPF
7. Using HP4000 printer with Delphi 1.0
8. Problems with compiling of DBBrowser demo (Delphi 1.0) in Delphi 2.0 and Delphi 3
9. Printing problem: user changes printer resolution , fonts chang