When you load Roassal 2 on Pharo 3 and try anything that involves text rendering, you get the following error message:
StrikeFont»doesNotUnderstand: #glyphRendererOn:
I could find some advice in the forums, that you have to
- enable True Type fonts (Settings Browser → Appearance → Use Free Type) and
- update the font list by executing
FreeTypeFontProvider current updateFromSystem.
But the error remained the same.