| php Programming Glossary: getfontinfoPHP: How to read “Title” of font from .ttf file? http://stackoverflow.com/questions/5668901/php-how-to-read-title-of-font-from-ttf-file  Usage php include 'ttfInfo.class.php' fontinfo getFontInfo 'c windows fonts _LDS_almosnow.ttf' echo ' pre ' print_r fontinfo.. this is_ttf e true   this setFontFile e  this array e this getFontInfo    if empty this backupDir this fontsdir this backupDir d close.. var empty data  this var data  return this   function getFontInfo @public @return information contained in the TTF 'name' table... 
 |