[squeak-dev] The Trunk: Graphics-mt.362.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Aug 19 16:19:32 UTC 2016


Marcel Taeumel uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-mt.362.mcz

==================== Summary ====================

Name: Graphics-mt.362
Author: mt
Time: 19 August 2016, 6:19:00.721803 pm
UUID: 7cb38816-2e1c-bb4b-b953-2f257ac0aea5
Ancestors: Graphics-mt.361

For fixing the demo mode, there should be a similar entry to a fixed font like there is for the standard system font.

=============== Diff against Graphics-mt.361 ===============

Item was added:
+ ----- Method: TextStyle class>>defaultFixed (in category 'constants') -----
+ defaultFixed
+ 
+ 	^DefaultFixedTextStyle!

Item was added:
+ ----- Method: TextStyle class>>defaultFixedFont (in category 'constants') -----
+ defaultFixedFont
+ 
+ 	^ DefaultFixedTextStyle defaultFont!

Item was added:
+ ----- Method: TextStyle class>>setDefaultFixed: (in category 'constants') -----
+ setDefaultFixed: aTextStyle
+ 
+ 	DefaultFixedTextStyle := aTextStyle.!



More information about the Squeak-dev mailing list