FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour PRINT TO oPrn TEXT
Posts: 218
Joined: Mon Feb 07, 2022 09:54 PM
PRINT TO oPrn TEXT
Posted: Sun May 14, 2023 05:20 PM
Hi all,
with the help of Mr. Rao I mastered to print bigger text splitted into one or more lines according to the given horizontal space.
This works very well and I only have one more demand:

is there a way to increase the vertical space between the created lines?
I'm using this value
Code (fw): Select all Collapse
nLineHeight := oPrn:GetTextHeight( "", oFont ) * 1.45 // value for my line feeds
I would like to have this little bit 'fluffy' look of my printed text.
But I don't know how :cry:

Continue the discussion