The Trunk: TrueType-bf.29.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-bf.29.mcz

commits-2
Bert Freudenberg uploaded a new version of TrueType to project The Trunk:
http://source.squeak.org/trunk/TrueType-bf.29.mcz

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

Name: TrueType-bf.29
Author: bf
Time: 8 December 2014, 2:15:45.524 am
UUID: 87a9ae42-b3df-43c6-9ded-a51e5af8ef3a
Ancestors: TrueType-nice.28

Restore timestamps lost in assignment conversion.

=============== Diff against TrueType-nice.28 ===============

Item was changed:
  ----- Method: TTCFont>>lineGrid (in category 'accessing') -----
  lineGrid
  "Answer the relative space between lines"
  ^ self ascent + self descent!