How to change the font in the SpTextPresenter?
问题 Pharo 9, Spec 2 -- I have a Spec 2 presenter with a text widget: initializePresenters text := self newText. super initializePresenters As I understand its type is SpTextPresenter . How to change the font of this text ? Font face, size of the all shown text in this widget... For example, to "Courier New", 9. EDIT 1 : Also I tried: text addStyle: { SpStyleSTONReader fromString: ' Font { #name: "Source Sans Pro", #size: 12, #bold: false, #italic: true }' }. but it does not work, the error is: