On 17.12.2009 20:23, Martin Polák wrote: > On 15.12.2009, at 20:33, Stéphane Ducasse wrote: > > >> Thanks for your feedback. >> >> Stef >> >> > Hi, > I now fully understand problem with fonts in Pharo (hope so). It is > not needed to copy fonts from previous versions of Pharo. It is only > necessary to open 'System' -> 'Preferences' -> 'System fonts' and > select category. In dialog press 'Update' and Freetype re-read all > fonts installed on system. After restarting Pharo, there is all that > fonts in font select dialog and man can select font with appropriate > characters (for example wirh Czech chars in my case). I have tried > this on Windows and Mac - everything worked fine. I have currently no > access to Linux box, but suppose to work that as well. > > Cheers, > Martin > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > Yup, that's it exactly. Slighly related, there's a minor problem in that StrikeFonts in Pharo assumes a latin-1 fontmap, thus will render a few characters incorrectly when the font is really for latin-15 (Like the Bitmap DejaVu included). I intend to fix this by extending StrikeFonts with a conversion table when I have the time, so € (included in latin-15 but not latin-1) and friends will actually show correctly on screen. If anyone has an alternate approach they feel is better, I'd be happy for some input.
Cheers, Henry _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
