[Q][Morphic][presentation] Bullet list morph

Ned Konz ned at bike-nomad.com
Tue Mar 5 17:42:02 UTC 2002


On Monday 04 March 2002 01:40 pm, Hannes Hirzel wrote:

> 1) How can I better position the bullet points? (some inset to the right
>    and a bit lower)

Instead of an Ellipse, use a bullet character in the right font and color:

t := TextMorph new.
t beAllFont: ((TextStyle default fontOfSize: 36) emphasized: 1).
t contentsAsIs: (Character value: 165) asString.
t color: Color red.
t openInHand.

-- 
Ned Konz
currently: Stanwood, WA
email:     ned at bike-nomad.com
homepage:  http://bike-nomad.com



More information about the Squeak-dev mailing list