new m17n built

Yoshiki Ohshima Yoshiki.Ohshima at acm.org
Sat Aug 21 03:46:11 UTC 2004


  Alex,

  I looked at it and made a little change set.  There needs to be some
performance tuning, but it does the right thing.

  File the attachment into an m17n image and print-it the following
lines in a workspace,

TTCFontReader encodingTag: Latin1Environment leadingChar.
TTCFontSet newTextStyleFromTTFile: 'C:\WINDOWS\Fonts\arial.TTF'.
s _ String streamContents: [:strm |
	16r100 to: 16r2FF do: [:i | strm nextPut: (Character value: i)]].

select the resulting ????'s and set the font to 'MultiArial'.  Now,
you should be able to edit them from keyboard and mouse.

  Again, it is not quite there yet because of the performance, but I
hope you can have fun with it!

-- Yoshiki
-------------- next part --------------
A non-text attachment was scrubbed...
Name: TTCLatinExtended.3.cs
Type: application/octet-stream
Size: 6862 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20040820/ae5cedbd/TTCLatinExtended.3.obj
-------------- next part --------------



More information about the Squeak-dev mailing list