fontpath-renderer

a generic renderer for fontpath glyphs

Downloads
73
Stars
19
Committers
1

fontpath-renderer

A generic renderer for fontpath glyphs.

This is a low-level module and is mostly used internally.

Instead, you are encouraged to use fontpath-canvas for 2D canvas, fontpath-gl for WebGL, or fontpath-simple-renderer for basic render-agnostic custom solutions.

However, this produces the least amount of GC thrashing, and is best suited for highly optimized font rendering.

demo

In the demo folder is a simple implementation rendering triangles with some mouse interaction.

You can run the demo here.

License

MIT.