<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>Hi Sebastian,<BR>
&nbsp;<BR>
&gt; From: ssastre@seaswork.com<BR>&gt; To: squeak-dev@lists.squeakfoundation.org<BR>&gt; Date: Wed, 11 Jul 2007 13:13:55 -0300<BR>&gt; Subject: RE: A couple of simple ergonomic adjustments<BR>&gt; <BR>&gt; <BR>&gt; &gt; &gt; they have the problem of not beign sharp (resulting in <BR>&gt; &gt; poor/blurry render).<BR>&gt; &gt; <BR>&gt; &gt; Have you tried them on an image with the FreeType package installed?<BR>&gt; &gt; They look much better.<BR>&gt; &gt; <BR>&gt; &gt; Giovanni<BR>&gt; &gt; <BR>&gt; In fact I having trouble installing it. I've install it, see all tests<BR>&gt; green, but it visually makes no difference. Image 3.9.7067, VM 3.10.2<BR>&gt; (alpha) from Jun 5 2007<BR>&gt; <BR>&gt; I cant remember where I've downloaded that VM to try to see if vm<BR>&gt; ffi are from the same source.<BR>&gt; <BR>&gt; I don't know why don't work or if in the installation process should<BR>&gt; do something manually. (I'v tried both, squeakmap and universes).<BR>&gt; <BR>&gt; Any clue?<BR><BR>
This is on Windows? Which version? (XP, Vista, 98 etc).<BR>
&nbsp;<BR>
Could you please install from SqueakMap (or universes).<BR>
You should find that you have an ft2plugin.dll and a BitBltPlugin.dll in the same folder as the squeak.exe.<BR>
&nbsp;<BR>
Then&nbsp;evaluate the following in a Workspace, print the result, and tell me what it says? You can either reply to the list, or email me privately.<BR>
---<BR>
&nbsp;<BR>
| s |<BR>s := WriteStream on: ''.<BR>s cr; nextPutAll: 'FT2 Version: ', FT2Version current asString; cr.<BR>s nextPutAll: 'Dirs: ', FreeTypeFontProvider current platformAbsoluteDirectories asString;cr.<BR>s nextPutAll: 'Files: ', (FreeTypeFontProvider current instVarNamed: 'fileInfos') asString; cr.<BR>s contents <BR>
&nbsp;<BR>
&nbsp;<BR>
---<BR>
You should see something similar to this....<BR>
&nbsp;<BR>
FT2 Version: 2.2.1<BR>Dirs: an OrderedCollection(DosFileDirectory on ''c:\windows\fonts'')<BR>Files: an IdentitySet(c:\windows\fonts\BRADHITC.TTF[0] Bradley Hand ITC - Regular -&nbsp;&nbsp;&nbsp; <BR>&nbsp;c:\windows\fonts\JUICE___.TTF[0] Juice ITC - Regular -&nbsp;&nbsp;&nbsp; <BR>&nbsp;c:\windows\fonts\davidbd.ttf[0] David - Bold -&nbsp; B&nbsp; <BR>&nbsp;c:\windows\fonts\rod.ttf[0] Rod - Regular -&nbsp;&nbsp;&nbsp; Monospaced<BR>&nbsp;c:\windows\fonts\kaiu.ttf[0] DFKai-SB - Regular -&nbsp;&nbsp;&nbsp; Monospaced<BR>&nbsp;c:\windows\fonts\sylfaen.ttf[0] Sylfaen - Regular -&nbsp;&nbsp;&nbsp; <BR>&nbsp;c:\windows\fonts\ariali.ttf[0] Arial - Italic -&nbsp;&nbsp; I <BR>
&nbsp;<BR>
etc.<BR>
&nbsp;<BR>
And, if you do see something similar to the above, then you should be able to set the system fonts using the World&gt;&gt;Appearance...&gt;&gt; System fonts... menu.<BR>
&nbsp;<BR>
Cheers,<BR>
Andy<BR>
&nbsp;<BR><br /><hr />Are you the Quizmaster?  <a href='http://specials.uk.msn.com/brainbattle' target='_new'>Play BrainBattle with a friend now! </a></body>
</html>