[net.micro.mac] MacDraw Font Patches

dorner@uiucuxc.CSO.UIUC.EDU (08/30/86)

I've seen a significant amount of discussion of the MacDraw 11 font problem,
but haven't seen the patches for it posted here.  Here are the ones I use.
They work, with two caveats:  1) MacDraw does not SAVE font identities of more
than the first 11 fonts.  Text items using a font past the first 11 will have
some random font when the document is reopened.  2)  Bunches and bunches of
fonts confuse it, and you wind up with a menu that looks like this:
	font 1
	font 2
	  ...
	font n
	9 point
	  ...
	48 point
	font n+m
where n is some number around 20, and m is less than 10.  With that in mind,
here are the patches (from GEnie originally):


Find:               Change To:           Occurances:
_________________   __________________   _____________
41ED FAD6            41ED F360               9
0000 0C60            0000 0CA0               1
0014 6F02 7C14       001F 6F02 7C1F          1
000B FACE            0016 FACE               2
70E1                 709B                    3
0001 00E1            0001 009B               3
10E1                 109B                    1
0C47 0015            0C47 0020               1
4E56 FFBE            4E56 FF9E               1

Steve Dorner, dorner@uiucuxc.CSO.UIUC.EDU