bdf-canvas

1.0.1 • Public • Published

bdf-canvas

This library is for parsing BDF Font and drawint it to canvas.

Usage

const BDFFont = require("bdf-canvas");

const ctx = canvas.getContext("2d");

const font = new BDFFont(bdfbody);
font.drawText(ctx, "foobar", 10, 10);

Readme

Keywords

Package Sidebar

Install

npm i bdf-canvas

Weekly Downloads

6

Version

1.0.1

License

MIT

Unpacked Size

12.5 kB

Total Files

7

Last publish

Collaborators

  • cho45