Releases: harfbuzz/harfbuzzjs
Releases · harfbuzz/harfbuzzjs
0.3.0
- Build using emscripten.
- Update to HarfBuzz 5.0.0
- Expose
hb_glyph_info_get_glyph_flags()
and add glyph flags to the glyph object. - Expose
hb_font_glyph_to_string()
and addfont.glyphName()
. - Enable
CFF
andCFF2
support.
0.2.1
0.2.0
0.1.5
Synced with upstream version harfbuzz/harfbuzz@d3e8441 which most notably enables layout subsetting by default and identical to 2.8.1
0.1.4
Synced with upstream version harfbuzz/harfbuzz@430a67
0.1.3
Exposing hbjs_glyph_svg
, an API to get glyph contours of font objects, see font.glyphToPath
and font.glyphToJson
also.