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

commits at source.squeak.org commits at source.squeak.org
Sat Aug 20 06:30:39 UTC 2016


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

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

Name: Graphics-mt.363
Author: mt
Time: 20 August 2016, 8:29:57.57726 am
UUID: 9d83d026-8ef5-8248-b8d3-4e88bc6ab344
Ancestors: Graphics-mt.362

Fix font resetting in the face of UI themes.

=============== Diff against Graphics-mt.362 ===============

Item was changed:
  ----- Method: StrikeFont class>>installDejaVu (in category 'font creation') -----
  installDejaVu
+ 	"You have to re-create UI themes after doing this.
- 	"
  	StrikeFont installDejaVu
  	"
  
  	TextConstants
  		at: 'Bitmap DejaVu Sans' 
  		put: (TextStyle fontArray: (#(7 9 12 14 17 20) collect: [:size | self createDejaVu: size])).
- 	Preferences restoreDefaultFonts.
  !

Item was changed:
  ----- Method: StrikeFont class>>installDejaVuDark (in category 'font creation') -----
  installDejaVuDark
+ 	" This is a Version of dejaVu renderd for light text on dark background. You have to re-create UI themes after doing this.
- 	" This is a Version of dejaVu renderd for light text on dark background.
  	StrikeFont installDejaVuDark
  	"
  
  	TextConstants
  		at: 'Darkmap DejaVu Sans' 
  		put: (TextStyle fontArray: (#(7 9 12 14 17 20) collect: [:size | self createDejaVuDark: size])).
  !



More information about the Squeak-dev mailing list