[squeak-dev] The Trunk: TrueType-mt.88.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Mar 10 15:19:51 UTC 2022


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

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

Name: TrueType-mt.88
Author: mt
Time: 10 March 2022, 4:19:51.613767 pm
UUID: 716641d4-e334-0f4f-85b6-efe24933cf53
Ancestors: TrueType-mt.87

Complements Graphics-mt.497

=============== Diff against TrueType-mt.87 ===============

Item was changed:
  ----- Method: TTCFont>>fallbackFont: (in category 'initialize') -----
+ fallbackFont: aFont
- fallbackFont: aFontSetOrNil
  
+ 	fallbackFont := aFont == self ifFalse: [aFont].!
- 	aFontSetOrNil == self
- 		ifTrue:[^ self error: 'Invalid fallback font'].
- 
- 	fallbackFont := aFontSetOrNil.
- !



More information about the Squeak-dev mailing list