[coretext] Fixed typo

Oops.  Thanks Khaled for catching this.
This commit is contained in:
Behdad Esfahbod 2012-12-09 19:39:40 -05:00
parent 9a8395824b
commit e923e6487b
1 changed files with 1 additions and 1 deletions

View File

@ -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);