[squeak-dev] The Trunk: EToys-mt.461.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Feb 6 08:40:28 UTC 2022


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

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

Name: EToys-mt.461
Author: mt
Time: 6 February 2022, 9:40:19.583117 am
UUID: 9b4aed3d-4d91-4640-95e9-3249f1a08a87
Ancestors: EToys-mt.460

Complements TrueType-mt.64

=============== Diff against EToys-mt.460 ===============

Item was removed:
- ----- Method: TTFontDescription class>>addSetFromTTFile: (in category '*Etoys-Squeakland-instance creations') -----
- addSetFromTTFile: fileName
- "
- 	Execute the following only if you know what you are doing.
- 	self addFromTTFile: 'C:\WINDOWS\Fonts\msgothic.TTC'
- "
- 
- 	| tt |
- 	(fileName asLowercase endsWith: 'ttf') ifTrue: [
- 		tt := TTCFontReader readTTFFrom: (FileStream readOnlyFileNamed: fileName).
- 	] ifFalse: [
- 		tt := TTCFontReader readFrom: (FileStream readOnlyFileNamed: fileName).
- 	].
- 
- 	^ self addToDescription: tt.
- !



More information about the Squeak-dev mailing list