Details
Details
- Reviewers
joebonrichie - Group Reviewers
Triage Team - Commits
- R1134:f5db08285816: Update harfbuzz to 1.7.4
R1134:281faae4de59: Update harfbuzz to 1.7.5
- Successfully executed the following command:
hb-shape --font-file=DejaSerif.ttf --text-file=/tmp/test.txt --output-format=json --output-file=/tmp/glyphs.txt --shapers=ot
- Successfully build freetype2 against this version
Diff Detail
Diff Detail
- Repository
- R1134 harfbuzz
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Bump to 1.7.1
- Fix atexit object destruction regression.
- Fix minor integer-overflow.
- Minor Indic fixes.
- Implement kerning and glyph names in hb-ot-font.
- Various DSO optimization re .data and .bss sizes.
- Make C++11 optional; build fixes.
- Mark all other backends "unsafe-to-break".
- Graphite fix.
Comment Actions
chromium 64 requires at least harfbuzz 1.6.2 AFAIK. Due to use of hb_font_set_ptem API introduced in 1.6.0. Will just use the bundled harfbuzz in chromium for now.
Comment Actions
Are we thinking of doing rebuilds for this? Technically we can just put this in as there is only ABI additions and no deletions but don't want to be sloppy.