July 20, 2016
6:46 p.m.
Cool. What should I use? Is this useful: http://www.tudorgirba.com/blog/free-font-collection-for-pharo On Wed, Jul 20, 2016 at 2:16 PM Nicolai Hess <nicolaihess@gmail.com> wrote:
Do not use StrikeFont with athens
Am 20.07.2016 7:49 nachm. schrieb "J.F. Rick" <self@je77.com>:
It seems that emphasis is also not respected in Athens. If I try the following, it works in BitBlt, but both are rendered as plain inside Athens.
| font boldFont | font := StrikeFont familyName: 'Arial' pointSize: 18. boldFont := StrikeFont familyName: 'Arial' pointSize: 18 emphasized: TextEmphasis bold emphasisCode. TextMorph new contents: (Text initialFont: font stringOrText: 'test'), (Text initialFont: boldFont stringOrText: 'this'); openInHand