summaryrefslogtreecommitdiffstats
path: root/thirdparty/harfbuzz/src/hb-ot-glyf-table.hh
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2022-05-23 13:18:11 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2022-05-23 13:18:11 +0300
commit797ccd3ef83d5f20096f14d25334ae8207d8ad20 (patch)
tree6bc49b72a4f00214de081fad6509a73ff35cf6ef /thirdparty/harfbuzz/src/hb-ot-glyf-table.hh
parent3568b3deeaf3fbbf9e728ff25c7d0349075f9f1a (diff)
downloadredot-engine-797ccd3ef83d5f20096f14d25334ae8207d8ad20.tar.gz
HarfBuzz: Update to version 4.3.0
Diffstat (limited to 'thirdparty/harfbuzz/src/hb-ot-glyf-table.hh')
-rw-r--r--thirdparty/harfbuzz/src/hb-ot-glyf-table.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/thirdparty/harfbuzz/src/hb-ot-glyf-table.hh b/thirdparty/harfbuzz/src/hb-ot-glyf-table.hh
index b4ac688344..866bb7e04c 100644
--- a/thirdparty/harfbuzz/src/hb-ot-glyf-table.hh
+++ b/thirdparty/harfbuzz/src/hb-ot-glyf-table.hh
@@ -953,6 +953,8 @@ struct glyf
glyf_table.destroy ();
}
+ bool has_data () const { return num_glyphs; }
+
protected:
template<typename T>
bool get_points (hb_font_t *font, hb_codepoint_t gid, T consumer) const