3.6g VM on mac

Ned Konz ned at bike-nomad.com
Wed Sep 17 21:48:00 UTC 2003


On Wednesday 17 September 2003 02:03 pm, Brian Brown wrote:
> Then I installed Bitstream Vera Fonts (btw, I was in full screen
> mode) and attempted to change the default text font. The font menu
> then became scrambled. Then, however, I was back to my mac login
> screen immediately. Somehow, it killed my whole session. So I
> logged back in restarted my apps :)

The BitstreamVeraFonts package doesn't install correctly into 3.6. 
Just install the individual fonts from the SAR.

Or make your own SAR by deleting everything but the .ttf files and 
adding this text as 'install/preamble':


#('Vera.ttf'
'VeraBI.ttf'
'VeraBd.ttf'
'VeraIt.ttf'
'VeraMoBI.ttf'
'VeraMoBd.ttf'
'VeraMoIt.ttf'
'VeraMono.ttf'
'VeraSe.ttf'
'VeraSeBd.ttf' ) do: [:ea |
TTCFont newTextStyleFromTTStream:((self memberNamed: ea) 
contentStream)].

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list