[Pharo-project] [BUG] FreeTypeFont>>veryDeepCopy
veryDeepCopy method on FreeTypeFont instance should do nothing. Just returns self. Otherwise, FreeType font copy raise primitive failure on image saving and can corrupt image. Maybe this method should be in AbstractFont (It exists in other subclasses too, but not all). I open ussue 2529 <http://code.google.com/p/pharo/issues/detail?id=2529> I found this bug after cloning morphs with text by halo button.
thanks denis. Stef On Jun 10, 2010, at 7:58 PM, Denis Kudriashov wrote:
veryDeepCopy method on FreeTypeFont instance should do nothing. Just returns self.
Otherwise, FreeType font copy raise primitive failure on image saving and can corrupt image.
Maybe this method should be in AbstractFont (It exists in other subclasses too, but not all).
I open ussue 2529
I found this bug after cloning morphs with text by halo button. _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Denis Kudriashov -
Stéphane Ducasse