fontpath-renderer
v4.0.0
Published
a generic text renderer for canvas/webgl/etc
Downloads
137
Maintainers
Readme
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.