# ttfinfo **Repository Path**: antluo/ttfinfo ## Basic Information - **Project Name**: ttfinfo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-22 - **Last Updated**: 2024-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ttfinfo Extracts metadata from a ttf file. Ported from PHP at http://stackoverflow.com/questions/5668901/php-how-to-read-title-of-font-from-ttf-file. Use like: var ttfInfo = require('ttfinfo'); ttfInfo('Fonts/Aaargh.ttf', function(err, info) { console.log(info); }); As an alternative to providing a path to your ttf file, you can pass in a buffer.