Rename hb_ot_layout_get_lig_carets() to hb_ot_layout_get_ligature_carets()

pull/1/head
Behdad Esfahbod 15 years ago
parent 3357d145f8
commit e204674fe3
  1. 2
      src/hb-ot-layout.cc
  2. 2
      src/hb-ot-layout.h

@ -316,7 +316,7 @@ 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,

@ -84,7 +84,7 @@ 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,

Loading…
Cancel
Save