Closed
Bug 1333656
Opened 8 years ago
Closed 8 years ago
update harfbuzz to upstream release 1.4.2
Categories
(Core :: Graphics: Text, defect)
Core
Graphics: Text
Tracking
()
RESOLVED
FIXED
mozilla54
Tracking | Status | |
---|---|---|
firefox54 | --- | fixed |
People
(Reporter: RyanVM, Assigned: RyanVM)
References
Details
Attachments
(1 file)
106.88 KB,
patch
|
jfkthame
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1325775 +++
Overview of changes leading to 1.4.2
Monday, January 23, 2017
====================================
- Implement OpenType Font Variation tables avar/fvar/HVAR/VVAR.
- hb-shape and hb-view now accept --variations.
- New API:
hb_variation_t
hb_variation_from_string()
hb_variation_to_string()
hb_font_set_variations()
hb_font_set_var_coords_design()
hb_font_get_var_coords_normalized()
hb-ot-var.h:
hb_ot_var_axis_t
hb_ot_var_has_data()
hb_ot_var_get_axis_count()
hb_ot_var_get_axes()
hb_ot_var_find_axis()
hb_ot_var_normalize_variations()
hb_ot_var_normalize_coords()
- MVAR to be implemented later. Access to named instances to be
implemented later as well.
- Misc fixes.
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8830133 -
Flags: review?(jfkthame)
Comment 2•8 years ago
|
||
Comment on attachment 8830133 [details] [diff] [review]
update harfbuzz to version 1.4.2
Review of attachment 8830133 [details] [diff] [review]:
-----------------------------------------------------------------
Tryserver is happy... I'm happy. :)
Attachment #8830133 -
Flags: review?(jfkthame) → review+
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/95897e403368
Update harfbuzz to version 1.4.2. r=jfkthame
Assignee | ||
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox54:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
Comment 5•8 years ago
|
||
This commit for Adlam joining support is missing: https://github.com/behdad/harfbuzz/commit/e888f642db16f52836cbfec29de43ff20236dc85#diff-52c3daa65c1bb9064825b43e6218a481
Can this get updated?
Assignee | ||
Comment 6•8 years ago
|
||
That commit was from 3 days after the 1.4.2 release was tagged. You'll need to ping the upstream maintainers about their plans for the next release.
Comment 7•8 years ago
|
||
I'll cut a HarfBuzz release todayish.
You need to log in
before you can comment on or make changes to this bug.
Description
•