Options
All
  • Public
  • Public/Protected
  • All
Menu

FontPainter

FontPainter

FontPainter is a javascript library to do custom web font rendering in the browser.

API Documentation

API documentation is rendered using TypeDoc. You can generate the docs using the following command:

npm run docs

You can also view the rendered docs at https://flut1.github.io/fontpainter/

Font support

FontPainter currently has the following limitations for font rendering:

  • Only support horizontal type
  • Only supports LTR type
  • Only parses .svg format fonts

Generated using TypeDoc