Releases: harfbuzz/harfbuzzjs
Releases · harfbuzz/harfbuzzjs
v0.4.2
What's Changed
- Expose the
hb_subset_input_pin_all_axes_to_default
function in thehb-subset
build by @nk-coding in #106
New Contributors
- @nk-coding made their first contribution in #106
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Re-implement callbacks in JS by @khaledhosny in #97
- Add
hb_version
symbol and.version
member by @simoncozens in #102 - Update to HarfBuzz 10.0.0 by @khaledhosny in #104
- Add
hb.version()
and renamehb.version
tohb.version_string()
by @khaledhosny in #105
Full Changelog: v0.3.6...v0.4.0
v0.3.6
v0.3.5
What's Changed
- Update to HarfBuzz 8.3.1 by @khaledhosny in #96
- Expose the
hb_subset_input_set_axis_range
function in thehb-subset
build by @papandreou in #98
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- Add initial test suite by @chearon in #78
- HarfBuzz 7.3.2 by @khaledhosny in #79
- Trace buffer type by @khaledhosny in #80
- expose HB_BUFFER_FLAG_PRODUCE_UNSAFE_TO_CONCAT by @chearon in #81
- optimize setLanguage, setScript, shapeWithTrace by @chearon in #82
- Fix typo in README.md by @9-2-1 in #85
- Update shape_with_trace to new logging messages by @simoncozens in #88
- Update to HarfBuzz 8.0.0 by @behdad in #89
- undefine HB_NO_STYLE for hb-subset by @qxliu76 in #91
- fix: subset needs to support vertical layout by @yisibl in #93
New Contributors
- @9-2-1 made their first contribution in #85
- @behdad made their first contribution in #89
- @qxliu76 made their first contribution in #91
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- Fix: Destroy the right pointer in
collectUnicodes
by @papandreou in #77
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- Upgrade harfbuzz to 7.1.0 by @yisibl in #72
- Adding subset result detection to node.js example by @yisibl in #73
- Include new
hb_subset
functions from hb 6+7 by @papandreou in #76
New Contributors
- @papandreou made their first contribution in #76
Full Changelog: v0.3.1...v0.3.2
0.3.1
- Update to HarfBuzz 6.0.0
- Add
HarfBuzzFace.collectUnicodes()
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.