[squeak-dev] [Q] we have some like old typewriter tabs ?

Edgar J. De Cleene edgardec2005 at gmail.com
Sun May 27 11:26:22 UTC 2018


Very thanks.
I could use this


On 27/05/2018, 07:14, "Marcel Taeumel" <marcel.taeumel at hpi.de> wrote:

>  Hi Edgar,
> 
> 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:
> 
> 'foobar' padded: #right to: 25 with: $.
> '12' padded: #left to: 3 with: Character space.
> 
> Then use a monospaced font (e.g. via "TextStyle defaultFixedFont"), too. :-)
> 
> Best,
> Marcel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20180527/742ff5a7/attachment.html>


More information about the Squeak-dev mailing list