Spec icon indicating copy to clipboard operation
Spec copied to clipboard

#- was sent to nil if no fontSize: is specified in style configuration

Open hernanmd opened this issue 4 years ago • 0 comments

The documentation does not mention if the font size should be mandatory (https://github.com/pharo-spec/Spec/blob/Pharo10/spec2.md#font-property-spstylefont). Not providing a fontSize for a defined Font property raises a MNU exception because required font has no default pointSize.

File in the following example application to reproduce:

MySpApp.txt

hernanmd avatar Aug 04 '21 11:08 hernanmd