Eu não sei porque não funcionou, mas eu instalei o fontforge em um diretório diferente (sem espaços) e parece funcionar agora.
Eu adicionei a seguinte linha no meu caminho de variável do sistema
"C:\Program Files (x86)\FontForgeBuilds\bin"
Eu posso então executar o fontforge:
C:\Windows\system32>fontforge -v
Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
with many parts BSD <http://fontforge.org/license.html>. Please read LICENSE.
Based on sources from 09:48 AWST 3-Apr-2015-ML-TtfDb-D.
Based on source from git with hash: 902919cffeaca88f94e2b777f76274ba5d5636ed
no xdefs_filename!
TESTING: getPixmapDir:C:/Program Files (x86)/FontForgeBuilds/share/fontforge/pixmaps
TESTING: getShareDir:C:/Program Files (x86)/FontForgeBuilds/share/fontforge
TESTING: GResourceProgramDir:C:/Program Files (x86)/FontForgeBuilds/bin
trying default theme:C:/Program Files (x86)/FontForgeBuilds/share/fontforge/pixmaps/resources
fontforge 09:48 AWST 3-Apr-2015
libfontforge 20150403
Mas eu preciso poder executar where fontforge
de um script. Isso produz:
C:\Windows\system32>where fontforge
INFO: Could not find files for the given pattern(s).
Por que o where
não pode encontrar o caminho do executável quando ele é adicionado às variáveis de ambiente?