Rename hb_ot_layout_create() to hb_ot_layout_create_for_data()

This commit is contained in:
Behdad Esfahbod 2008-01-28 00:12:21 -05:00
parent 54e5aac5e2
commit dfa8119651
2 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,7 @@ struct _HB_OT_Layout {
};
HB_OT_Layout *
hb_ot_layout_create (const char *font_data,
hb_ot_layout_create_for_data (const char *font_data,
int face_index)
{
HB_OT_Layout *layout = (HB_OT_Layout *) calloc (1, sizeof (HB_OT_Layout));

View File

@ -38,7 +38,7 @@ HB_BEGIN_DECLS();
typedef struct _HB_OT_Layout HB_OT_Layout;
HB_OT_Layout *
hb_ot_layout_create (const char *font_data,
hb_ot_layout_create_for_data (const char *font_data,
int face_index);
void