I have a text control displayed with multiple lines of wrapped text , no scroll bars, all text is completely displayed on screen. When i send this text to the printer only the first line is printed.
The text control is displaying html formatted text. This only happens to certain font/size combinations. Verdana 11 prints first line only, second and 3rd lines don't print, even though they are on screen ok. Verdana 12 prints just fine, 2nd and following lines print ok. I've set the print object to NOT print as bitmap (printAsBitmap=false) and the scale type for each object added to the print job is set to show all. Haven't figured out why this happens for some font/size combonations... any ideas?

