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
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
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
thanks! On 04 Apr 2014, at 19:44, Vincent BLONDEAU <vincent.blondeau@polytech-lille.net> wrote:
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
This is strange because the system is looking for the correct location but does not find them. On 04 Apr 2014, at 19:09, Chris Cunningham <cunningham.cb@gmail.com> wrote:
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
participants (4)
-
Ben Coman -
Chris Cunningham -
Pharo4Stef -
Vincent BLONDEAU