From e923e6487b25ab86f6f629af480b291e8e5407b5 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 9 Dec 2012 19:39:40 -0500 Subject: [PATCH] [coretext] Fixed typo Oops. Thanks Khaled for catching this. --- src/hb-coretext.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-coretext.cc b/src/hb-coretext.cc index c0fe63729..8f9479592 100644 --- a/src/hb-coretext.cc +++ b/src/hb-coretext.cc @@ -92,7 +92,7 @@ _hb_coretext_shaper_face_data_destroy (hb_coretext_shaper_face_data_t *data) } CGFontRef -hb_coretext_face_get_ct_font (hb_face_t *face) +hb_coretext_face_get_cg_font (hb_face_t *face) { if (unlikely (!hb_coretext_shaper_face_data_ensure (face))) return NULL; hb_coretext_shaper_face_data_t *face_data = HB_SHAPER_DATA_GET (face);