The Trunk: Graphics-mt.362.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Graphics-mt.362.mcz

commits-2
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.!