Reputation: 4014
Have a question - you see a lot of free font conversion tools online. Since those are free, I assume that technology behind them is not top secret/patented/commercial use only.
I need to convert fonts on the fly in my application (using PHP).
Can anyone point me to some resources on how I can build my own font converter (where to get those backed scripts to convert font types).
Upvotes: 3
Views: 3005
Reputation: 4014
After some more research I have found that I can use FontForge application to convert font files from console command line.
Thanks to that I can write PHP script to convert fonts as per my requirement with help of Font Forge scripts.
Hope someone will find it usefull.
Upvotes: 2