<HTML>
<HEAD>
<TITLE>Re: [squeak-dev] [Q] we have some like old typewriter tabs ?</TITLE>
</HEAD>
<BODY>
<FONT SIZE="4"><FONT FACE="Arial"><SPAN STYLE='font-size:11pt'>Very thanks.<BR>
I could use this<BR>
<BR>
<BR>
On 27/05/2018, 07:14, "Marcel Taeumel" <marcel.taeumel@hpi.de> wrote:<BR>
<BR>
</SPAN></FONT></FONT><BLOCKQUOTE><FONT FACE="Arial"><FONT SIZE="5"><SPAN STYLE='font-size:12pt'> Hi Edgar,<BR>
<BR>
Squeak's text printing facilities do not support "stored tabs". You can use #padded:to:with: to fill up contents with spaces or other characters:<BR>
<BR>
'foobar' padded: #right to: 25 with: $.<BR>
'12' padded: #left to: 3 with: Character space.<BR>
<BR>
Then use a monospaced font (e.g. via "TextStyle defaultFixedFont"), too. :-)<BR>
<BR>
Best,<BR>
Marcel<BR>
</SPAN></FONT></FONT></BLOCKQUOTE>
</BODY>
</HTML>