summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/harfbuzz-ng/src/hb-coretext.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/harfbuzz-ng/src/hb-coretext.h')
-rw-r--r--chromium/third_party/harfbuzz-ng/src/hb-coretext.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/chromium/third_party/harfbuzz-ng/src/hb-coretext.h b/chromium/third_party/harfbuzz-ng/src/hb-coretext.h
index c4954fa1b2c..607bbbc1e91 100644
--- a/chromium/third_party/harfbuzz-ng/src/hb-coretext.h
+++ b/chromium/third_party/harfbuzz-ng/src/hb-coretext.h
@@ -34,6 +34,14 @@
HB_BEGIN_DECLS
+#define HB_CORETEXT_TAG_MORT HB_TAG('m','o','r','t')
+#define HB_CORETEXT_TAG_MORX HB_TAG('m','o','r','x')
+
+
+hb_face_t *
+hb_coretext_face_create (CGFontRef cg_font);
+
+
CGFontRef
hb_coretext_face_get_cg_font (hb_face_t *face);