[OTLayout] Rename hb_ot_layout_position_get_size() to hb_ot_layout_get_size_params()
This commit is contained in:
parent
f18ff5a84d
commit
e9ad71dee8
|
@ -641,7 +641,7 @@ 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,
|
||||
hb_ot_layout_get_size_params (hb_face_t *face,
|
||||
uint16_t *data /* OUT, 5 items */)
|
||||
{
|
||||
const OT::GPOS &gpos = _get_gpos (face);
|
||||
|
|
|
@ -277,9 +277,10 @@ 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,
|
||||
hb_ot_layout_get_size_params (hb_face_t *face,
|
||||
uint16_t *data /* OUT, 5 items */);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue