summaryrefslogtreecommitdiffstats
path: root/thirdparty/harfbuzz/src/hb-common.h
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2023-07-10 00:51:41 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2023-07-10 00:51:41 +0300
commitad83a3194c821e2ce1f2c9ccd5b572aa5bd8c136 (patch)
treef36c41780d072ad14468ce88ce9ccd02324ffbf5 /thirdparty/harfbuzz/src/hb-common.h
parent85c9db592f22941ce7c2a540a526e702f4cc1848 (diff)
downloadredot-engine-ad83a3194c821e2ce1f2c9ccd5b572aa5bd8c136.tar.gz
HarfBuzz: Update to version 8.0.0
Diffstat (limited to 'thirdparty/harfbuzz/src/hb-common.h')
-rw-r--r--thirdparty/harfbuzz/src/hb-common.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/thirdparty/harfbuzz/src/hb-common.h b/thirdparty/harfbuzz/src/hb-common.h
index a5da4e76a3..a9fe666b39 100644
--- a/thirdparty/harfbuzz/src/hb-common.h
+++ b/thirdparty/harfbuzz/src/hb-common.h
@@ -104,6 +104,16 @@ typedef int hb_bool_t;
*
**/
typedef uint32_t hb_codepoint_t;
+
+/**
+ * HB_CODEPOINT_INVALID:
+ *
+ * Unused #hb_codepoint_t value.
+ *
+ * Since: 8.0.0
+ */
+#define HB_CODEPOINT_INVALID ((hb_codepoint_t) -1)
+
/**
* hb_position_t:
*