From e204674fe340a57c48a9fe7e1ed02a9a08f4aca4 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 27 Oct 2010 12:32:02 -0400 Subject: [PATCH] Rename hb_ot_layout_get_lig_carets() to hb_ot_layout_get_ligature_carets() --- src/hb-ot-layout.cc | 14 +++++++------- src/hb-ot-layout.h | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index 3028d86..e880b9c 100644 --- a/src/hb-ot-layout.cc +++ b/src/hb-ot-layout.cc @@ -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; diff --git a/src/hb-ot-layout.h b/src/hb-ot-layout.h index 9c47435..541b191 100644 --- a/src/hb-ot-layout.h +++ b/src/hb-ot-layout.h @@ -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 */); /* -- 2.7.4