提交 0f8fea71 编写于 作者: B Behdad Esfahbod

Minor. Hide _hb_ot_layout_get_glyph_property()

上级 44b8ee0c
...@@ -51,10 +51,6 @@ typedef enum { ...@@ -51,10 +51,6 @@ typedef enum {
} hb_ot_layout_glyph_class_t; } hb_ot_layout_glyph_class_t;
HB_INTERNAL unsigned int
_hb_ot_layout_get_glyph_property (hb_face_t *face,
hb_glyph_info_t *info);
HB_INTERNAL hb_bool_t HB_INTERNAL hb_bool_t
_hb_ot_layout_check_glyph_property (hb_face_t *face, _hb_ot_layout_check_glyph_property (hb_face_t *face,
hb_glyph_info_t *ginfo, hb_glyph_info_t *ginfo,
......
...@@ -94,7 +94,7 @@ hb_ot_layout_has_glyph_classes (hb_face_t *face) ...@@ -94,7 +94,7 @@ hb_ot_layout_has_glyph_classes (hb_face_t *face)
return _get_gdef (face).has_glyph_classes (); return _get_gdef (face).has_glyph_classes ();
} }
unsigned int static unsigned int
_hb_ot_layout_get_glyph_property (hb_face_t *face, _hb_ot_layout_get_glyph_property (hb_face_t *face,
hb_glyph_info_t *info) hb_glyph_info_t *info)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册