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: Select all Expand view
- nLineHeight := oPrn:GetTextHeight( "", oFont ) * 1.45 // value for my line feeds
But I don't know how