Unicode fonts and MultiCompositionScaner

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

Unicode fonts and MultiCompositionScaner

Andrey Larionov
Investigating reasons of fail FontTest tests i found bug in
MultiCompositionScaner (or it maybe some related class). Looks like
what Character value: 257 had a special meaning in squeak. If not use
StrikeFont everything is well, but if you choose FreeType font the
doing something
(Character value: 257) asString asTextMorph openInWorld
creates an endles loop in composer. It founds character falls in
crossedX method (this character is stopCondition) and then remove
character from composition and starts again.

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Unicode fonts and MultiCompositionScaner

Stéphane Ducasse
thanks, I'm pretty bad with font :)

On Apr 16, 2009, at 10:05 PM, Andrey Larionov wrote:

> Investigating reasons of fail FontTest tests i found bug in
> MultiCompositionScaner (or it maybe some related class). Looks like
> what Character value: 257 had a special meaning in squeak. If not use
> StrikeFont everything is well, but if you choose FreeType font the
> doing something
> (Character value: 257) asString asTextMorph openInWorld
> creates an endles loop in composer. It founds character falls in
> crossedX method (this character is stopCondition) and then remove
> character from composition and starts again.
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project