Releases: harfbuzz/harfbuzzjs
Releases · harfbuzz/harfbuzzjs
0.2.1
Expose hb_set_{clear,invert} in hb-subset.wasm
0.2.0
- Upgrades to version 3.0.0 of harfbuzz which provides a different API for subset
- Uses UTF16 in shape buffer
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.3
Exposing hbjs_glyph_svg
, an API to get glyph contours of font objects, see font.glyphToPath
and font.glyphToJson
also.
harfbuzz/harfbuzz@8e5bc53
v0.1.1
Fix blob.destroy() semantic, make it easier to use and call destroy ourselves when its ref count is really zero
v0.1.0
API break as switch to clang builds instead emscripten, compiling hb-subset (not stable API however)
v0.0.3
Sync with harfbuzz 2.5.0, needs one patch however, #7, and emscripten 1.38.30 but not 1.38.31 apprently