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

Rename hb_ot_layout_get_lig_carets() to hb_ot_layout_get_ligature_carets()

上级 3357d145
......@@ -316,13 +316,13 @@ hb_ot_layout_get_attach_points (hb_face_t *face,
}
unsigned int
hb_ot_layout_get_lig_carets (hb_font_t *font,
hb_face_t *face,
hb_direction_t direction,
hb_codepoint_t glyph,
unsigned int start_offset,
unsigned int *caret_count /* IN/OUT */,
int *caret_array /* OUT */)
hb_ot_layout_get_ligature_carets (hb_font_t *font,
hb_face_t *face,
hb_direction_t direction,
hb_codepoint_t glyph,
unsigned int start_offset,
unsigned int *caret_count /* IN/OUT */,
int *caret_array /* OUT */)
{
hb_ot_layout_context_t c;
c.font = font;
......
......@@ -84,13 +84,13 @@ hb_ot_layout_get_attach_points (hb_face_t *face,
/* Ligature caret positions */
unsigned int
hb_ot_layout_get_lig_carets (hb_font_t *font,
hb_face_t *face,
hb_direction_t direction,
hb_codepoint_t glyph,
unsigned int start_offset,
unsigned int *caret_count /* IN/OUT */,
int *caret_array /* OUT */);
hb_ot_layout_get_ligature_carets (hb_font_t *font,
hb_face_t *face,
hb_direction_t direction,
hb_codepoint_t glyph,
unsigned int start_offset,
unsigned int *caret_count /* IN/OUT */,
int *caret_array /* OUT */);
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册