Index: third_party/harfbuzz-ng/src/hb-graphite2.cc |
diff --git a/third_party/harfbuzz-ng/src/hb-graphite2.cc b/third_party/harfbuzz-ng/src/hb-graphite2.cc |
index 626b84f4e98343948132c267cc2db7d3084a6941..cd694c140650b854ed75121c4527c639c941e8ff 100644 |
--- a/third_party/harfbuzz-ng/src/hb-graphite2.cc |
+++ b/third_party/harfbuzz-ng/src/hb-graphite2.cc |
@@ -138,6 +138,9 @@ _hb_graphite2_shaper_face_data_destroy (hb_graphite2_shaper_face_data_t *data) |
free (data); |
} |
+/* |
+ * Since: 0.9.10 |
+ */ |
gr_face * |
hb_graphite2_face_get_gr_face (hb_face_t *face) |
{ |
@@ -172,6 +175,9 @@ _hb_graphite2_shaper_font_data_destroy (hb_graphite2_shaper_font_data_t *data) |
gr_font_destroy (data); |
} |
+/* |
+ * Since: 0.9.10 |
+ */ |
gr_font * |
hb_graphite2_font_get_gr_font (hb_font_t *font) |
{ |