Page 1 of 1
font file parse lib (search)
Posted: Fri Oct 26, 2018 4:24 pm
by useful
There is for example a php library
https://github.com/PhenX/php-font-lib .
Want to find a similar service available from the Pb to solve a simple problem - Extract basic info (name, style, etc)
Re: font file parse lib (search)
Posted: Fri Oct 26, 2018 9:10 pm
by Olliv
Hello,
I can give you this link
https://www.purebasic.fr/french/viewtop ... 4&p=168282.
In that page, there are 2 source codes published by PAPIPP, on windows only.
Hope it could be a good start.
Re: font file parse lib (search)
Posted: Sat Oct 27, 2018 3:30 am
by useful
Thank you,
but the main word in my question is FILE,
i.e. analysis without installing the font into the system.
Re: font file parse lib (search)
Posted: Sat Oct 27, 2018 7:35 am
by wilbert
The ttf file format doesn’t seem very complicated.
You could get the information without using a lib.