Re: [Pharo-dev] Athens and TextMorphs

2014-07-02 Thread stepharo

Hi nicolai

what would be good is to give feedback to igor on the TxText because 
this is the future :)


Stef




Working with Text and Athens only works for FreeType fonts and
with Athens primitive drawString: method.
Morphs with Text can not be used on an Athens.
(No TextMorph rendering and no font emphasis on String or LabelMorph).

But there is a AthensText package with some classes for
text morph/renderer/scanner/paragraph.
These are only used in AthensTextRenderTest and AthensTextMorph
both don't work and AthensTextMorph should not be used (?)
Classcomment: this class is subject of changes/removal. do not use it.

Where do we go from here?
What is supposed to work and is it worth while to fix the
missing/wrong implementations?


nicolai






[Pharo-dev] Athens and TextMorphs

2014-07-01 Thread Nicolai Hess
Working with Text and Athens only works for FreeType fonts and
with Athens primitive drawString: method.
Morphs with Text can not be used on an Athens.
(No TextMorph rendering and no font emphasis on String or LabelMorph).

But there is a AthensText package with some classes for
text morph/renderer/scanner/paragraph.
These are only used in AthensTextRenderTest and AthensTextMorph
both don't work and AthensTextMorph should not be used (?)
Classcomment: this class is subject of changes/removal. do not use it.

Where do we go from here?
What is supposed to work and is it worth while to fix the
missing/wrong implementations?


nicolai