4.2.2 • Published 4 years ago

text-cache v4.2.2

Weekly downloads
99,055
License
MIT
Repository
github
Last release
4 years ago

text-cache

A cache of generated vector font meshes. This is an internal module used to share generated fonts/glyphs across gl-vis packages.

API

require('text-cache')(font, str)

Generates a vectorized text mesh.

  • font is the font to use
  • str is the string to generate

Returns A triangulation encoding the vectorized text string.

License

(c) 2015 Mikola Lysenko. MIT License

4.2.2

4 years ago

4.2.1

5 years ago

4.2.0

5 years ago

4.1.0

7 years ago

4.0.0

9 years ago

3.0.0

9 years ago

1.0.0

9 years ago