[etoys-dev] Etoys: TrueType-Richo.4.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jun 8 12:56:33 EDT 2010


Ricardo Moran uploaded a new version of TrueType to project Etoys:
http://source.squeak.org/etoys/TrueType-Richo.4.mcz

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

Name: TrueType-Richo.4
Author: Richo
Time: 8 June 2010, 1:56:22 pm
UUID: faa86417-ca11-f245-b53f-074479205bb2
Ancestors: TrueType-Richo.3

* Added a missing method. I copied it from the squeak image.

=============== Diff against TrueType-Richo.3 ===============

Item was added:
+ ----- Method: TTFileDescription>>readGlyphAt: (in category 'glyphs') -----
+ readGlyphAt: glyphIndex
+ 	| glyph |
+ 	self withFileDo:[:fontFile|
+ 		glyph := self readGlyphAt: glyphIndex fromFile: fontFile.
+ 		self updateGlyphMetrics: glyph fromFile: fontFile.
+ 	].
+ 	^glyph!



More information about the etoys-dev mailing list