installX11Fonts appears error message

Ned Konz ned at bike-nomad.com
Wed Apr 3 15:36:53 UTC 2002


On Wednesday 03 April 2002 05:58 am, Fedir V. Koshovyy wrote:
> Hello all,
> my problem is:
> when I try in my workplace
>
>      BDFFontReader installX11Fonts.
>
> appears error message "subscripts is out of bound:1"
>
> PS
> don't beat me, I am novice.

Did you have all the converted sf2 fonts in your current directory?
"what converted sf2 fonts?", you might ask.

You might instead like to use
StrikeFont>>newFromBDFFile:name:

There is an example in that method:

TextConstants at: #Helvetica put: (TextStyle fontArray: {StrikeFont 
newFromBDFFile: 'helvR12.bdf' name: 'Helvetica12'})
-- 
Ned Konz
currently: Stanwood, WA
email:     ned at bike-nomad.com
homepage:  http://bike-nomad.com




More information about the Squeak-dev mailing list