0.2.0 • Published 11 years ago

ttfinfo v0.2.0

Weekly downloads
162
License
-
Repository
github
Last release
11 years ago

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.