[squeak-dev] The Trunk: System-mt.1303.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Feb 8 17:05:57 UTC 2022


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

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

Name: System-mt.1303
Author: mt
Time: 8 February 2022, 6:05:54.270958 pm
UUID: 6c413711-0660-c940-964a-053b134a1078
Ancestors: System-mt.1302

Adds Eric Gade to list of known contributors.

=============== Diff against System-mt.1302 ===============

Item was changed:
+ (PackageInfo named: 'System') postscript: 'SystemNavigation initializeAuthors. "Adds Eric Gade"'!
- (PackageInfo named: 'System') postscript: '"Fixes Accujen point sizes."
- (TextStyle named: #Accujen) ifNotNil: [:style |
- 	(style fontArray at: 2) pointSize: 9.5.
- 	(style fontArray at: 3) pointSize: 11.0].
- 
- "Reset extraScale for BitstreamVera fonts."
- TTCFont allSubInstancesDo: [:ea | | tt | ((tt := ea ttcDescription) familyName beginsWith: ''Bitstream Vera'') ifTrue: [tt instVarNamed: #extraScale put: nil]].
- 
- "Update #leading in all text styles using the default font''s #lineGap. Also remove all cached glyphs. Supports #extraGap now."
- AbstractFont allSubInstancesDo: [ :font | font pixelsPerInchChanged ].
- TextStyle allInstancesDo: [ :style | style pixelsPerInchChanged ].
- '!



More information about the Squeak-dev mailing list