Opened 4 days ago
Closed 3 days ago
#21320 closed enhancement (fixed)
harfbuzz-11.0.0
Reported by: | Douglas R. Reno | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.4 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New major version
Change History (3)
comment:1 by , 4 days ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 4 days ago
comment:3 by , 3 days ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commits
9ef1664b1d Update to harfbuzz-11.0.0. 50df7cdc91 Update to libxfce4util-4.20.1. 2ff2ceeef5 Update to libxfce4ui-4.20.1. 4102862a99 Update to xfce4-panel-4.20.4. cf1c25c91c Update to xfce4-session-4.20.2.
Note:
See TracTickets
for help on using tickets.
Overview of changes leading to 11.0.0 - Monday, March 24, 2025
hb-coretext
has gained one, calling into the CoreText library,hb-directwrite
has gained one, calling into the DirectWrite library.hb-fontations
has gained one, calling into the Skrifa Rust library. All three are mostly useful for performance and correctness testing, but some clients might find them useful. An API is added to use them from a single API by providing a backend name string:hb_font_set_funcs_using()
hb_ft_face_create_from_file_or_fail()
andhb_ft_face_create_from_blob_or_fail()
hb_coretext_face_create_from_file_or_fail()
andhb_coretext_face_create_from_blob_or_fail()
hb_directwrite_face_create_from_file_or_fail()
andhb_directwrite_face_create_from_blob_or_fail()
hb_face_create_from_file_or_fail_using()
hb-ot
functions have become memory allocation-free.trak
table during shaping has been improved.directwrite
shaper now supports font variations, and correctly applies user features.hb-directwrite
API and shaper has graduated from experimental.