[squeak-dev] The Trunk: TrueType-fbs.21.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Jun 30 10:51:59 UTC 2013


Frank Shearar uploaded a new version of TrueType to project The Trunk:
http://source.squeak.org/trunk/TrueType-fbs.21.mcz

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

Name: TrueType-fbs.21
Author: fbs
Time: 30 June 2013, 11:51:19.726 am
UUID: b74cc493-0067-e34c-be47-06a6e11b581d
Ancestors: TrueType-fbs.20

System-Tools is a better place for TTFileDescription>>profileAll because System-Tools provides reasonably generic 'tools' things that don't otherwise have anything to do with TrueType.

=============== Diff against TrueType-fbs.20 ===============

Item was removed:
- ----- Method: TTFileDescription>>profileAll (in category 'private') -----
- profileAll
- 	"Profile reading all the glyphs"
- 	MessageTally spyOn:[
- 		1 to: numGlyphs do:[:glyphIndex| self readGlyphAt: glyphIndex-1].
- 	].!



More information about the Squeak-dev mailing list