March 15, 2012
4:04 p.m.
TextLine seems that can be safely moved along with MultiCompositionScanner.
good!
- MultiCompositionScanner>>setFont
depends on TextComposer which is packaged as Morphic-Text Support also
This dependency is only for this method:
TextComposer class>>characterForColumnBreak
^Character value: 12
I do not get it. because Character is not in Morphic
But if this method is so used by the scanner, then we can move it to the scanner and revert the dependency :)
http://code.google.com/p/pharo/issues/detail?id=5478&thanks=5478&ts=13317344...
Guille