Is an external dependency like <a href="http://www.freetype.org/">http://www.freetype.org/</a> completely out of the question?<br><br><div class="gmail_quote">On Sun, Apr 26, 2009 at 4:20 AM, Bert Freudenberg <span dir="ltr">&lt;<a href="mailto:bert@freudenbergs.de">bert@freudenbergs.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im"><br>
On 25.04.2009, at 18:22, John M McIntosh wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
On 25-Apr-09, at 2:02 AM, Michael Rueger wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
- fractional position rendering (rendering an anti-aliased glyph onto<br>
a fractional pixel position)<br></blockquote></blockquote>
<br></div>
You both are seriously overestimating the sophistication of Squeak&#39;s standard text rendering ;)<br>
<br>
It all derives from bitmap fonts, each glyph basically is a Form, and they are simply blitted one after the other onto the screen. No sub-pixel positioning, no kerning. The only thing that&#39;s different for TrueType fonts is how the forms are generated.<font color="#888888"><br>
</font></blockquote></div><br>