Simple library for reading Adobe Glyph Bitmap Distribution font Data
npm install bdfjsbdfjs
======
Simple library for reading Adobe Glyph Bitmap Distribution font data.
Read more about this format on Wikipedia.
npm install bdfjs
``js``
var fs = require('fs');
var font = BDF.parse(fs.readFileSync('c64.bfd'));
var bitmap = BDF.draw(font, 'hello');
console.log(bitmap);
[npm-url]: https://npmjs.org/package/bdfjs
[npm-image]: https://badge.fury.io/js/bdfjs.svg
[travis-url]: https://travis-ci.org/zswang/bdfjs
[travis-image]: https://travis-ci.org/zswang/bdfjs.svg?branch=master
[coverage-url]: https://coveralls.io/github/zswang/bdfjs?branch=master
[coverage-image]: https://coveralls.io/repos/zswang/bdfjs/badge.svg?branch=master&service=github