Advertisement
kilon

Full stack for glyphRenderOn problem

Apr 16th, 2013
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. StrikeFont(Object)>>doesNotUnderstand: #glyphRendererOn:
  2. LogicalFont>>glyphRendererOn:
  3. AthensCairoCanvas>>setFont:
  4. AthensViewMorph>>DoIt in Block: [:t2 | ...
  5. AthensCairoSurface>>drawDuring: in Block: [currentCanvas := context....
  6. BlockClosure>>ensure:
  7. AthensCairoSurface>>drawDuring:
  8. AthensViewMorph>>DoIt
  9. Compiler>>evaluate:in:to:notifying:ifFail:logged:
  10. AthensTutorial>>performDoit
  11. AthensTutorial>>initializePresenter in Block: [self performDoit]
  12. BlockClosure>>cull:
  13. BlockClosure>>cull:cull:
  14. BlockClosure>>cull:cull:cull:
  15. BlockClosure>>cull:cull:cull:cull:
  16. NewValueHolder>>whenChangedDo: in Block: [:announcement :ann | aBlock...
  17. BlockClosure>>cull:cull:
  18. WeakAnnouncementSubscription>>deliver: in Block: [action cull: anAnnouncement cull: announcer]
  19. BlockClosure>>on:do:
  20. BlockClosure>>on:fork: in Block: [Processor terminateActive]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement