I wrote a script using Fontforge to Edit and generate fonts it works fine when i call this script through the terminal but i need to call this script using php command line and it's not working
the regular terminal command is
Fontforge script.py args.json
this command line is not working with php as usual, php works with commands starts with
exec("Python")
or
exec("java")
but my command start with fontforge script.py