Issue 7210 in pharo: TextStyle is broken

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

Issue 7210 in pharo: TextStyle is broken

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Bug Milestone-2.0 Target-Font

New issue 7210 by [hidden email]: TextStyle is broken
http://code.google.com/p/pharo/issues/detail?id=7210

The whole TextStyle thingy is a nightmare

By example:
a StrikeFont(Bitmap DejaVu Sans 9 14) textStyle -> a TextStyle Bitmap  
DejaVu Sans 7 ...

How can it be more wrong ??

As a side effect:

self buttonFont -> a StrikeFont(Bitmap DejaVu Sans 9 14)
label font: self buttonFont.
label font ->  a StrikeFont(Bitmap DejaVu Sans 7 10)


The problem seems to come from TextStyle class>>#actualTextStyles


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

Re: Issue 7210 in pharo: TextStyle is broken

pharo
Updates:
        Labels: -Milestone-2.0 Milestone-3.0

Comment #1 on issue 7210 by [hidden email]: TextStyle is broken
http://code.google.com/p/pharo/issues/detail?id=7210

yes, but we will not fix that in 2.0...


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