2025-03-02 21:11:27 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
harfbuzz: update to 10.4.0.
Overview of changes leading to 10.4.0
Saturday, March 1, 2025
====================================
- Drawing glyphs using hb-draw API now avoids any “malloc” calls, which
improves drawing performance by 10+%.
- Add support new “GVAR” table fonts with more than 65535 glyphs. Support is
currently behind a compilation flag and is disabled by default.
- Some hb-directwrite and hb-ft APIs got renamed with more clear names and the
old names are deprecated.
- Various build and fuzzing fixes.
- New API:
+hb_directwrite_face_get_dw_font_face()
+hb_ft_font_get_ft_face()
- Deprecated API:
+hb_directwrite_face_get_font_face()
+hb_ft_font_get_face()
|
2025-02-23 12:30:33 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
harfbuzz*: update to 10.3.0
Overview of changes leading to 10.3.0
Thursday, February 11, 2025
====================================
- Vastly improved “AAT” shaping performance. LucidaGrande benchmark-shape
before: 14.6ms after: 5.9ms.
- Improved OpenType shaping performance (kerning / ligature), at the expense of
~1kb per face allocated cache memory. Roboto-Regular benchmark-shape before:
10.3ms after: 9.4ms.
- Improved “COLRv1” benchmark-font paint performance. Before: 7.85ms after
4.85ms.
- Don’t apply glyph substitutions in “morx” table of a font with known broken
“morx” table (AALMAGHRIBI.ttf font).
- Update IANA and OT language registries.
- Various documentation updates.
- Various build improvements, and test speed-ups.
- The “hb_face_reference_blob()” API now works for faces created with
“hb_face_create_for_tables()” if the face sets “get_table_tags” callback.
This constructs a new face blob from individual table blobs.
- Various fixes to how “trak” table is handled to bring it closer to Core Text
behaviour. Particularly, the tracking values for sizes not explicitly set in
the table are now properly interpolated, and the tracking is applied to glyph
advances when they are returned by ot-font functions, instead of applying
them during shaping. The “trak” pseudo OpenType feature that could be used to
disable “trak” table application have been dropped.
- Core Text font functions now support non-BMP code points.
- The drawing algorithm used by hb-draw for “glyf” table now match the
algorithm used by FreeType and Core Text.
- The “hb_coretext_font_create()” API now copy font variations from Core Text
font to the created HarfBuzz font.
- Add an API to get the feature tags enabled on a given shape-plan after
executing it, which can be used to applications to show in the UI what
features are applied by default (which can vary based on the font, the
script, the language, and the direction set on the buffer).
- Add APIs to created HarfBuzz font from DirectWrite font, and copy the font
variations.
- New API:
+hb_directwrite_font_create()
+hb_directwrite_font_get_dw_font()
+hb_ot_shape_plan_get_feature_tags()
|
2025-01-25 12:11:19 by Taylor R Campbell | Files touched by this commit (1) |
Log message:
fonts/harfbuzz: Bump BUILDLINK_ABI_DEPENDS to >=8.4.0.
This is necessary to detect whether introspection is included by
testing whether the `introspection' option is enabled. If
introspection is included, we have to link against glib2, but prior
to 8.4.0 we could not detect this by testing the `introspection'
option because it was only introduced between our 8.3.0 and 8.4.0
packages (and I neglected to revbump when I added the option, so we
can't use 8.3.0nb1 or something -- has to be 8.4.0).
|
2025-01-25 10:50:06 by Taylor R Campbell | Files touched by this commit (1) |
Log message:
fonts/harfbuzz/buildlink3.mk: Only pull in glib2 with introspection.
|
2025-01-12 11:18:19 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
harfbuzz: update to 10.2.0.
Overview of changes leading to 10.2.0
Saturday, January 11, 2025
====================================
- Consider Unicode Variation Selectors when subsetting “cmap” table.
- Guard hb_cairo_glyphs_from_buffer() against malformed UTF-8 strings.
- Fix incorrect “COLR” v1 glyph scaling in hb-cairo.
- Use locale-independent parsing of double numbers is “hb-subset” command line
tool.
- Fix incorrect zeroing of advance width of base glyphs in various “Courier New”
font versions due to incorrect “GDEF” glyph classes.
- Fix handling of long language codes with “HB_LEAN” configuration.
- Update OpenType language system registry.
- Allow all Myanmar tone marks (including visarga) in any order
- Don’t insert U+25CC DOTTED CIRCLE before superscript/subscript digits
- Handle Garay script as right to left script.
- New API for serializing font tables and potentially repacking them in optimal
way. This was a previously experimental-only API.
- New API for converting font variation setting from and to strings.
- Various build fixes
- Various subsetter and instancer fixes.
- New API:
+hb_subset_serialize_link_t
+hb_subset_serialize_object_t
+hb_subset_serialize_or_fail()
+hb_subset_axis_range_from_string()
+hb_subset_axis_range_to_string()
|
2024-11-01 08:21:18 by Thomas Klausner | Files touched by this commit (2) |
Log message:
harfbuzz-icu: fix build with icu 76 using upstream patch
|
2024-07-22 13:22:35 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
harfbuzz: switch PLIST.coretest to PLIST_VARS to fix building harfbuzz-icu
|
2024-05-20 23:21:38 by Thomas Klausner | Files touched by this commit (2) |
Log message:
harfbuzz: pkglint cleanup
|