提交 271c8f89 编写于 作者: B Behdad Esfahbod

Minor

上级 391f1ff5
...@@ -233,7 +233,7 @@ hb_ft_get_glyph_contour_point (hb_font_t *font HB_UNUSED, ...@@ -233,7 +233,7 @@ hb_ft_get_glyph_contour_point (hb_font_t *font HB_UNUSED,
} }
static hb_bool_t static hb_bool_t
hb_ft_get_glyph_name (hb_font_t *font, hb_ft_get_glyph_name (hb_font_t *font HB_UNUSED,
void *font_data, void *font_data,
hb_codepoint_t glyph, hb_codepoint_t glyph,
char *name, unsigned int size, char *name, unsigned int size,
...@@ -249,7 +249,7 @@ hb_ft_get_glyph_name (hb_font_t *font, ...@@ -249,7 +249,7 @@ hb_ft_get_glyph_name (hb_font_t *font,
} }
static hb_bool_t static hb_bool_t
hb_ft_get_glyph_from_name (hb_font_t *font, hb_ft_get_glyph_from_name (hb_font_t *font HB_UNUSED,
void *font_data, void *font_data,
const char *name, int len, /* -1 means nul-terminated */ const char *name, int len, /* -1 means nul-terminated */
hb_codepoint_t *glyph, hb_codepoint_t *glyph,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册