tags:

views:

60

answers:

1
+3  Q: 

PHP TTF/OTF Reader

Hello all,

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

+3  A: 

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

zaf
Thanks Zaf, it seems to work nicely, for OTF files too.
Abs
Bonus points for handling OTF :)
zaf