The best is to use environment variables :

Under W7 it is :

%SYSTEMROOT%\Fonts

 

But you can get it under Pharo:

PlatformResolver forCurrentPlatform directoryFromEnvVariableNamed: 'SYSTEMROOT'

 

Vincent

 

De : Pharo-dev [mailto:pharo-dev-bounces@lists.pharo.org] De la part de Chris Cunningham
Envoy� : vendredi 4 avril 2014 19:09
� : Pharo Development List
Objet : Re: [Pharo-dev] font folder on win7

 

It is located in \Windows\Fonts (and window is case-agnostic, so \windows\fonts works as well)

 

-cbc

 

On Fri, Apr 4, 2014 at 9:48 AM, Pharo4Stef <pharo4Stef@free.fr> wrote:

Hi guys


I’m trying to understand why people get problems with fonts on windows.
The logic in the font manager is

         'cdefghijklmnopqrstuvwxyz'
        et pour chaque disc dans  '\windows\fonts' '\winnt\fonts


but I wonder if the location of font on windows 7 is correct.
Can anybody with a window 7 report where the fonts are located?

stef