summaryrefslogtreecommitdiffstats
path: root/thirdparty/harfbuzz/src/hb-buffer.h
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2024-10-01 08:20:45 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2024-10-01 08:20:45 +0300
commitb6a369de79203a73c3318f4195777edec68399a6 (patch)
treec5de0dca2fe63053aeed27c70635fdf9afd992d4 /thirdparty/harfbuzz/src/hb-buffer.h
parente3213aaef5e0e72b8272e65d989d3d8222be17ca (diff)
downloadredot-engine-b6a369de79203a73c3318f4195777edec68399a6.tar.gz
Update HarfBuzz to 10.0.1
Diffstat (limited to 'thirdparty/harfbuzz/src/hb-buffer.h')
-rw-r--r--thirdparty/harfbuzz/src/hb-buffer.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/thirdparty/harfbuzz/src/hb-buffer.h b/thirdparty/harfbuzz/src/hb-buffer.h
index f75fe96b21..dd0edb9b7d 100644
--- a/thirdparty/harfbuzz/src/hb-buffer.h
+++ b/thirdparty/harfbuzz/src/hb-buffer.h
@@ -488,6 +488,13 @@ HB_EXTERN hb_codepoint_t
hb_buffer_get_not_found_glyph (const hb_buffer_t *buffer);
HB_EXTERN void
+hb_buffer_set_not_found_variation_selector_glyph (hb_buffer_t *buffer,
+ hb_codepoint_t not_found_variation_selector);
+
+HB_EXTERN hb_codepoint_t
+hb_buffer_get_not_found_variation_selector_glyph (const hb_buffer_t *buffer);
+
+HB_EXTERN void
hb_buffer_set_random_state (hb_buffer_t *buffer,
unsigned state);