Skip to content

Commit

Permalink
Update to HarfBuzz 8.1.1 (#1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLuJe committed Aug 3, 2023
1 parent afbabf2 commit bab6f04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ffi-cdecl/harfbuzz_cdecl.c
Original file line number Diff line number Diff line change
Expand Up @@ -798,4 +798,7 @@ cdecl_func(hb_subset_preprocess)
+hb_ot_layout_get_font_extents()
+hb_ot_layout_get_font_extents2()
+hb_subset_input_set_axis_range()
// HB 8.1.0
+hb_ot_layout_collect_features_map()
*/
2 changes: 1 addition & 1 deletion thirdparty/harfbuzz/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if(DEFINED ENV{ANDROID})
set(SED_CMD "${SED_CMD} && ${ISED} 's|soname_spec=.*|soname_spec=\"\\\\\$libname\\\\\$release\\\\\$shared_ext\\\\\$major\"|' libtool")
endif()

set(HB_VER 8.0.1)
set(HB_VER 8.1.1)

ko_write_gitclone_script(
GIT_CLONE_SCRIPT_FILENAME
Expand Down

0 comments on commit bab6f04

Please sign in to comment.