On Sun, Dec 09, 2012 at 03:48:18PM -0800, Behdad Esfahbod wrote: > commit 9a8395824bf51c2ff2cfe0887ecad52b3d2c02e2 > Author: Behdad Esfahbod <[email protected]> > Date: Sun Dec 9 18:47:36 2012 -0500 > > [coretext] Add hb_coretext_face_get_cg_font() > > Not sure if it's useful, but it was missing. > > diff --git a/src/hb-coretext.cc b/src/hb-coretext.cc > index f626a2f..c0fe637 100644 > --- a/src/hb-coretext.cc > +++ b/src/hb-coretext.cc > @@ -91,6 +91,14 @@ _hb_coretext_shaper_face_data_destroy > (hb_coretext_shaper_face_data_t *data) > free (data); > } > > +CGFontRef > +hb_coretext_face_get_ct_font (hb_face_t *face)
This should be _cg_ not _ct_ I think. Regards, Khaled _______________________________________________ HarfBuzz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/harfbuzz
