« Return to Thread: Word wrapping in Tweak

Re: Word wrapping in Tweak

by Andreas Raab :: Rate this Message:

Reply to Author | View in Thread

We fixed this a long time ago. If you look at
MultiCharacterScanner>>scanCharactersFrom:to:in:rightX:stopConditions:kern:
this method should be from '05 with the main difference being that the
(broken) call to basicScanCharacters... is taken out.

Cheers,
   - Andreas

Fournier Eric wrote:

> What's the story with MultiCompositionScanner? The version I have in my
> (not too recently updated) Tweak image is used by CTextComposer as the
> scanner, and is the reason word wrapping seems broken in Tweak.
>
> I regressed to CompositionScanner, which got word wrapping back at the
> cost of multi-lingual compatibility (?).
>
> I was just wondering if MultiCompositionScanner had progressed beyond
> 12/2002 (timestamps seen in there).
>
> Eric Fournier
> University of Minnesota
> Office of Information Technology
> emf@...
>
>
> _______________________________________________
> Tweak mailing list
> Tweak@...
> http://impara.de/mailman/listinfo/tweak
>
>
_______________________________________________
Tweak mailing list
Tweak@...
http://impara.de/mailman/listinfo/tweak

 « Return to Thread: Word wrapping in Tweak