[ANN] Freetype/2 Fonts demo v5 updated on SqueakMap

Ned Konz ned at squeakland.org
Fri Mar 26 15:59:07 UTC 2004


v5 fixes two problems:
* missing instance variable in CharacterScanner
* missing TextStyle class>>replaceStyle:with: (called by SAR install script)

Otherwise, it's the same as v4.

http://map1.squeakfoundation.org/sm/package/e308b3cc-24f3-4557-8db4-d71776bc8014
http://map1.squeakfoundation.org/sm/accountbyid/092daeeb-7a37-427f-8afb-66bf2db74f98/files/FT2DemoInstall5-nk.sar

If you installed v4, you DO NOT HAVE TO INSTALL THIS.
You can make the fix and mark v5 as installed by doing this:

Select the lines below between the quote (") marks and type Alt-d or Cmd-d (or 
open the context menu and choose 'do it'):

"
(CharacterScanner instVarNames includes: #advanceTable)
ifFalse: [ CharacterScanner addInstVarName: 'advanceTable' ].
((SMSqueakMap default packageWithId: 'e308b3cc-24f3-4557-8db4-d71776bc8014' ) 
releaseWithVersion: '5') noteInstalled.
"

Notes from v4:

This should work well with or without the plugin.
Fixed the 16-bit display problems in menus.
Added the ability to make copies of the installed fonts with Squeak arrows.
Now uses MacRoman character mapping.

-- 
Ned Konz
http://bike-nomad.com/squeak/



More information about the Squeak-dev mailing list