<div dir="ltr"><div><div><div><div><div><div><div>I expect Graphics to be a basic package<br></div>It currently depends on Multilingual, Files, ToolBuilder (UIManager).<br><br></div>I&#39;m removing Multilingual right now<br>
1)TextStyle&gt;&gt;printOn: is trivial<br><br>2) StrikeFont class&gt;&gt;shutDown<br></div><div>It is sent by shutDown: / processShutDownList:<br></div>it seems like StrikeFontSet should register itself rather than extending beyond its class limits.<br>
<br></div>I noticed that StrikeFont does not addToShutDownList: self, someone did it manually...<br></div>I dare not change initialize though... (it will be executed at next MC load)<br><br>3) BDFFontReader uses XTableForFixedFont and MultiByteFileStream<br>
</div><br></div>Shall it move to Multilingual, or shall XTableForFixedFont go back to Graphics-Font?<br><div><div><div><div><br></div><div>4) Anyway, all the file reading stuff should go somewhere else...<br></div><div>These are helper classes for initializing the system.<br>
</div><div>Shall they go into System-Graphics?<br></div><div><br></div></div></div></div></div>