pharo-spec / Spec

Spec is a framework in Pharo for describing user interfaces.
MIT License
61 stars 63 forks source link

StandardFonts defaultFont should be available from SpPresenter #662

Closed Ducasse closed 4 years ago

Ducasse commented 5 years ago

Else we will have StandardFonts defaultFont everywhere.

jecisc commented 5 years ago

Does it make sense to have it on presenters? Because this will only be useful for the projects rendered in Pharo. Not for GTK, a possible future Seaside binding, etc.

estebanlm commented 5 years ago

yes, this is not a problem of Spec but Morphic. Nevertheless, Spec needs to define a way to style presenters (and font to use should be part of a style, not a global variable). We need to introduce the style mechanism for morphic backend soon.

estebanlm commented 4 years ago

done with styles