Rename hb_ot_layout_get_lig_carets() to hb_ot_layout_get_ligature_carets()

This commit is contained in:
Behdad Esfahbod 2010-10-27 12:32:02 -04:00
parent 3357d145f8
commit e204674fe3
2 changed files with 14 additions and 14 deletions

View File

@ -316,13 +316,13 @@ hb_ot_layout_get_attach_points (hb_face_t *face,
} }
unsigned int unsigned int
hb_ot_layout_get_lig_carets (hb_font_t *font, hb_ot_layout_get_ligature_carets (hb_font_t *font,
hb_face_t *face, hb_face_t *face,
hb_direction_t direction, hb_direction_t direction,
hb_codepoint_t glyph, hb_codepoint_t glyph,
unsigned int start_offset, unsigned int start_offset,
unsigned int *caret_count /* IN/OUT */, unsigned int *caret_count /* IN/OUT */,
int *caret_array /* OUT */) int *caret_array /* OUT */)
{ {
hb_ot_layout_context_t c; hb_ot_layout_context_t c;
c.font = font; c.font = font;

View File

@ -84,13 +84,13 @@ hb_ot_layout_get_attach_points (hb_face_t *face,
/* Ligature caret positions */ /* Ligature caret positions */
unsigned int unsigned int
hb_ot_layout_get_lig_carets (hb_font_t *font, hb_ot_layout_get_ligature_carets (hb_font_t *font,
hb_face_t *face, hb_face_t *face,
hb_direction_t direction, hb_direction_t direction,
hb_codepoint_t glyph, hb_codepoint_t glyph,
unsigned int start_offset, unsigned int start_offset,
unsigned int *caret_count /* IN/OUT */, unsigned int *caret_count /* IN/OUT */,
int *caret_array /* OUT */); int *caret_array /* OUT */);
/* /*