nicolo-ribaudo / brackets-svg-font

An Adobe Brackets extension to view SVG fonts
http://brackets.dnbard.com/extension/nicolo-ribaudo.brackets-svg-font
MIT License
7 stars 3 forks source link

Needs more documentation for Windows #6

Open thany opened 9 years ago

thany commented 9 years ago

It's not nearly enough to run fontforge-console.bat in order to get FontForge into the system path variable. I don't know on which system it is, but on Windows 7 (and probably 8) it isn't enough. Folks will need a script like this:

@echo off
echo Configuring the system path to add FontForge...
set FF=%~dp0
setx /m PATH "%FF%;%FF%\bin;%PATH%"

Saved in the FF directory, and run as Administrator. After that, restart (not just reload) Brackets.