font file parse lib (search)

Just starting out? Need help? Post your questions and find answers here.
User avatar
useful
Enthusiast
Enthusiast
Posts: 402
Joined: Fri Jul 19, 2013 7:36 am

font file parse lib (search)

Post 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)
Dawn will come inevitably.
User avatar
Olliv
Enthusiast
Enthusiast
Posts: 542
Joined: Tue Sep 22, 2009 10:41 pm

Re: font file parse lib (search)

Post 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.
User avatar
useful
Enthusiast
Enthusiast
Posts: 402
Joined: Fri Jul 19, 2013 7:36 am

Re: font file parse lib (search)

Post by useful »

Thank you,
but the main word in my question is FILE,
i.e. analysis without installing the font into the system.
Dawn will come inevitably.
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3942
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

Re: font file parse lib (search)

Post by wilbert »

The ttf file format doesn’t seem very complicated.
You could get the information without using a lib.
Windows (x64)
Raspberry Pi OS (Arm64)
Post Reply