On Wed, Mar 14, 2012 at 11:14 AM, Guillermo Polito <guillermopolito@gmail.com> wrote:
- MultiCompositionScanner>>composeFrom:inRectangle:firstLine:leftSide:rightSide:

depends on TextLine which is packaged as Morphic-Text Support

TextLine seems that can be safely moved along with MultiCompositionScanner.

- 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

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=1331734475

Guille