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

[var] Add hb_font_get_var_coords_normalized()

上级 b3c0714b
......@@ -1565,6 +1565,16 @@ hb_font_set_var_coords_normalized (hb_font_t *font,
font->num_coords = coords_length;
}
int *
hb_font_get_var_coords_normalized (hb_font_t *font,
unsigned int *length)
{
if (length)
*length = font->coords_length;
return font->coords;
}
#ifndef HB_DISABLE_DEPRECATED
......
......@@ -609,6 +609,10 @@ hb_font_set_var_coords_normalized (hb_font_t *font,
int *coords, /* XXX 2.14 normalized */
unsigned int coords_length);
HB_EXTERN int *
hb_font_get_var_coords_normalized (hb_font_t *font,
unsigned int *length);
HB_END_DECLS
#endif /* HB_FONT_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册