[squeak-dev] The Trunk: Graphics-topa.345.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Jun 10 09:27:43 UTC 2016


Tobias Pape uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-topa.345.mcz

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

Name: Graphics-topa.345
Author: topa
Time: 10 June 2016, 11:27:12.891768 am
UUID: 007198b9-883b-4eda-b957-aa32a0e670b8
Ancestors: Graphics-topa.344

let install handle font reset

=============== Diff against Graphics-topa.344 ===============

Item was changed:
  ----- Method: StrikeFont class>>initialize (in category 'class initialization') -----
  initialize
+ 	StrikeFont
+ 		installDejaVuDark;
+ 		installDejaVu!
- 	StrikeFont installDejaVu!

Item was changed:
  (PackageInfo named: 'Graphics') postscript: '
  " Reset DejaVu to current version "
+ StrikeFont initialize'!
- StrikeFont
- 	installDejaVuDark;
- 	installDejaVu.'!



More information about the Squeak-dev mailing list