Well.... i have determined that it really doesn't matter what font family or size it is.... it just won't print the last line even though all lines appear on screen with no scroll bars.
The html text of my mx:text object is: <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="12" COLOR="#000000" LETTERSPACING="0" KERNING="0">When i try to print this text from a mx:text control and the text wraps to more than one line, the last line will not print. It just prints a white blank line intstead. My mx:text component is set to 400 width which is inside a grid item which inside a grid row which is inside mx:gid object.</FONT></P></TEXTFORMAT> The width of my mx:text object is set to 400... and even though the first few lines print they don't line break exactly as they do on screen... just thought that was odd but probably has something to do with the scaling when it prints. I just want it to print the last line. Any help would be greatly appreciated... i'm desperate for ideas of what might be the issue. --Scott --- In [email protected], "scott_flex" <[EMAIL PROTECTED]> wrote: > > > 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? >

