Hi everyone, just wondering if anyone has worked with PHP and TrueType fonts... I have found plenty of documentation on writing out images with TrueType fonts, but I cant find a damn thing on anything else to do with them.
Basically, I'd like to use PHP to first grab the information out of a font such as it's name, family, char set, etc. I know this info is embedded in the font and accessible... just can't figure out how to get to it.
I don't think I could use the FreeType API's to do this could I?
Any help would be greatly appreciated, no matter how small.