[FIX] NaviFax

Sean Charles bibbers at onetel.net.uk
Wed May 14 22:17:19 UTC 2003


from preamble:

"Change Set:		NaviFax
Date:			14 May 2003
Author:			Sean Charles

Installing the Accufonts package breaks the KidNavigatorMorph as it asks
for ComicBold in 18 point. These have all been removed by the Accufonts
installation, The original code is

fontForButtons
	^(TextStyle named: #ComicBold) fontOfSize: 18

My solution is to just ask for the default TextStyle like so:

fontForButtons
	^ TextStyle default fontOfSize: 18

It seems to work fine after this small change. I expect there are other
hardcoded references elsewhere.
"!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: NaviFax.cs.gz
Type: application/octet-stream
Size: 446 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20030514/ca544c7f/NaviFax.cs.obj


More information about the Squeak-dev mailing list