Printing tabs(#9) with fmx.Printer does not work in firemonkey

  

When i try to print a line of text with tabs(#9) in them, the tabs are trimmed

Text = ‘- Hardware:’#9#9’Virtual server’
Printer.canvas.FillText(MyRect,Text,False,1,[], TTextAlign.taLeading, TTextAlign.taLeading);

But the tabs are not printed and the text is not seperated.
Is there a function to mimic tabs?

Comments are closed.