Registriert seit: 30. Jan 2005
Ort: Münster
745 Beiträge
Delphi 3 Professional
|
Re: Druckertext unterstreichen?
22. Mai 2009, 23:51
Hallo,
warum nicht:
Delphi-Quellcode:
Printer.Canvas.Font.Style := [fsUnderline];
Printer.Canvas.TextOut(0,0,'Überschrift');
MfG Lannes
(Nichts ist nicht Nichts) and ('' <> nil ) and (Pointer('') = nil ) and (@('') <> nil )
|