Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP TTF/OTF Reader

Tags:

php

Is anyone aware of a font reader class where I can pass in a font file (ttf or otf) and I can find out the font name, the model, artist etc. The meta data really.

Thanks all for any help

like image 638
Abs Avatar asked Feb 28 '23 00:02

Abs


1 Answers

This may help you - ycTIN - Retrieve information from TrueType font files : http://www.phpclasses.org/package/5229-PHP-Retrieve-information-from-TrueType-font-files.html

like image 136
zaf Avatar answered Mar 11 '23 10:03

zaf