[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Sun Dec 9 16:39:58 PST 2012
src/hb-coretext.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e923e6487b25ab86f6f629af480b291e8e5407b5
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Sun Dec 9 19:39:40 2012 -0500
[coretext] Fixed typo
Oops. Thanks Khaled for catching this.
diff --git a/src/hb-coretext.cc b/src/hb-coretext.cc
index c0fe637..8f94795 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);
More information about the HarfBuzz
mailing list