[Pkg] The Trunk: Graphics-topa.348.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jun 13 15:06:33 UTC 2016


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

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

Name: Graphics-topa.348
Author: topa
Time: 13 June 2016, 5:06:06.327909 pm
UUID: c1b49cca-982f-4f98-998d-2f0df96fcdd8
Ancestors: Graphics-topa.347

Very Small fonts do no longer need descender adjustment

=============== Diff against Graphics-topa.347 ===============

Item was changed:
  ----- Method: StrikeFont>>descent (in category 'accessing') -----
  descent
  	"Answer the receiver's maximum extent of characters below the baseline."
  
+ 	^descent!
- 	^pointSize < 9
- 		ifTrue: [descent-1]
- 		ifFalse: [descent]!

Item was changed:
  (PackageInfo named: 'Graphics') postscript: '
  " Reset DejaVu to current version "
+ [StrikeFont initialize] value.'!
- StrikeFont initialize'!



More information about the Packages mailing list