Last time I used BDFFontReader (it was a long time ago) in conjunction with pcf2bdf tool I had to change BDFFontReader&gt;&gt;#getLine to:<br><br>getLine<br>&nbsp;&nbsp;&nbsp;&nbsp;| line |<br>&nbsp;&nbsp;&nbsp;&nbsp;[line isEmptyOrNil] whileTrue: [line _ self upTo: Character cr].<br>
&nbsp;&nbsp;&nbsp;&nbsp;^line<br><br>because generated bdf files had empy strings in unexpected (to BDFFontReader) places.<br>Hope this helps<br><br><br><br><div><span class="gmail_quote">2008/1/29, Yoshiki Ohshima &lt;<a href="mailto:yoshiki@vpri.org">yoshiki@vpri.org</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&nbsp;&nbsp;Hello,<br><br>&gt; I&#39;m using fonts named proggyfonts[1] for my terminals, emacs and other<br>&gt; places where I need fixed-width fonts. And I would like to use them in<br>&gt; squeak too. I just can&#39;t seem to manage it.<br>
&gt;<br>&gt; I installed a pcf -&gt; bdf converter, but the resulting bdf file didn&#39;t<br>&gt; want to be read by the BDFFontReader.<br><br><br></blockquote></div><br>