Issue 3584 in pharo: ToDo: remove DisplayText class

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 3584 in pharo: ToDo: remove DisplayText class

pharo
Status: Started
Owner: [hidden email]

New issue 3584 by [hidden email]: ToDo: remove DisplayText class
http://code.google.com/p/pharo/issues/detail?id=3584


DisplayText used for converting strings and text into forms,
which then can be used to blit on other forms.

It used sparsely, mostly in order to display simple text in number of old  
examples.

In system there are already plenty of ways to display text, without using  
an intermediate string->form conversion, which is DisplayText.
Ultimately, we should always use canvas(es) to display text, not forms or  
low-level DisplayObject(s).

See  MorphicUIManager>>#composeFormFor: in subclasses


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3584 in pharo: ToDo: remove DisplayText class

pharo
Updates:
        Status: Closed

Comment #3 on issue 3584 by [hidden email]: ToDo: remove DisplayText  
class
http://code.google.com/p/pharo/issues/detail?id=3584

in 13120