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

[OTLayout] Rename hb_ot_layout_position_get_size() to hb_ot_layout_get_size_params()

上级 f18ff5a8
......@@ -641,8 +641,8 @@ hb_ot_layout_position_finish (hb_font_t *font, hb_buffer_t *buffer, hb_bool_t ze
}
hb_bool_t
hb_ot_layout_position_get_size (hb_face_t *face,
uint16_t *data /* OUT, 5 items */)
hb_ot_layout_get_size_params (hb_face_t *face,
uint16_t *data /* OUT, 5 items */)
{
const OT::GPOS &gpos = _get_gpos (face);
unsigned int script_index;
......
......@@ -277,10 +277,11 @@ Xhb_ot_layout_lookup_position (hb_font_t *font,
hb_glyph_position_t *positions /* IN / OUT */);
#endif
/* Optical 'size' feature info. Returns true if found. */
/* Optical 'size' feature info. Returns true if found.
* XXX Add URL. */
hb_bool_t
hb_ot_layout_position_get_size (hb_face_t *face,
uint16_t *data /* OUT, 5 items */);
hb_ot_layout_get_size_params (hb_face_t *face,
uint16_t *data /* OUT, 5 items */);
HB_END_DECLS
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册