Hi,
I would like to get Athens for Balloon loaded by default in a Moose image. The idea would be to make it easy for people to migrate to this interface, to make the code ready for Cairo.
In the process of testing it, I noticed that the text examples do not work with StrikeFont. Please note that we are using Pharo 1.4.
I tried it by doing the followings: Gofer new squeaksource: 'Athens'; package: 'ConfigurationOfAthens'; load. ((Smalltalk at: #ConfigurationOfAthens) project version: #development) load: 'Athens-Morphic'.
And then: AthensTextRenderTest test1.
The problem seems to be caused by a missing method: StrikeFont>>getPreciseAscent
@Igor: Is this a missing method, or is it something else? Would it be difficult to fix this?
Cheers, Doru