Re: [Lazarus] revamping a very old print

2023-01-07 Thread Mattias Gaertner via lazarus
On Sat, 7 Jan 2023 19:17:36 +0100 duilio foschi via lazarus wrote: >[...] > 6. how do I set the size of the font? As normal: Printer.Canvas.Font.Size:= >[...] Mattias -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-

[Lazarus] revamping a very old print

2023-01-07 Thread duilio foschi via lazarus
I would like to give a new life to a very old application that was written in foxplus (a xbase dialect) in 1990 :) At that time, the display was 80 char per line and the printer was 132 char per line, so data was printed using the logics you will find at the bottom of this message. I wonder if I