[squeak-dev] Re: Unicode strings, benchmarks

K. K. Subramaniam kksubbu.ml at gmail.com
Thu Nov 11 12:34:38 UTC 2010


On Thursday 11 Nov 2010 1:46:36 pm Eno wrote:
> Some questions want to ask:
> 
> How is the file latin2.out made?
This is a file out of a set (Array) of StrikeFont objects.

> if not, how could we make chinese.out ?
You have to create a bunch of StrikeFonts and create a function to file them 
out and load them back in. See class side methods in StrikeFontSet
   createExternalFontFile....   for creating such files
and
   installExternalFontFile.... for loading them back.

Subbu



More information about the Squeak-dev mailing list