The Trunk: System-fbs.556.mcz

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

The Trunk: System-fbs.556.mcz

commits-2
Frank Shearar uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-fbs.556.mcz

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

Name: System-fbs.556
Author: fbs
Time: 30 June 2013, 11:50:16.245 am
UUID: 2a2693f3-995c-3a49-89ae-505c8246d5c3
Ancestors: System-fbs.555

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 System-fbs.555 ===============

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