提交 dfa81196 编写于 作者: B Behdad Esfahbod

Rename hb_ot_layout_create() to hb_ot_layout_create_for_data()

上级 54e5aac5
......@@ -53,8 +53,8 @@ struct _HB_OT_Layout {
};
HB_OT_Layout *
hb_ot_layout_create (const char *font_data,
int face_index)
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));
......
......@@ -38,8 +38,8 @@ HB_BEGIN_DECLS();
typedef struct _HB_OT_Layout HB_OT_Layout;
HB_OT_Layout *
hb_ot_layout_create (const char *font_data,
int face_index);
hb_ot_layout_create_for_data (const char *font_data,
int face_index);
void
hb_ot_layout_destroy (HB_OT_Layout *layout);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册