Re: [Newbies] Fonts with non-standard sizes?

2007-12-13 Thread Simon Guest
At Wed, 12 Dec 2007 18:22:13 -0800, Yoshiki Ohshima wrote: > > Simon, > > What version of Squeak are you using? Yoshiki, I'm dithering around between different versions for different uses, 3.10 and OLPC developer image, hoping that at the level I am working, my code will work on both. Than

Re: [Newbies] Fonts with non-standard sizes?

2007-12-12 Thread Yoshiki Ohshima
Simon, What version of Squeak are you using? > I know I can choose my own size using StrikeFont class>>fromUser, but > what's the best way to do this in my code, non-interactively? This is a good starting point. StrikeFont class>fromUser calls: StrikeFont class>fromUser:allowKeyboard:, an

[Newbies] Fonts with non-standard sizes?

2007-12-10 Thread Simon Guest
Hi, I've made a morph which contains some text, and the font size should depend on the size of the morph. However, if I just try to set the font using StrikeFont class>>familyName:pointSize: or TTCFont class>>family:size:, it only gives me fonts in certain predefined sizes. I know I can choose m