The Trunk: TrueType-fbs.21.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: TrueType-fbs.21.mcz

commits-2
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].
- ].!