Minor. Hide _hb_ot_layout_get_glyph_property()

This commit is contained in:
Behdad Esfahbod 2012-06-09 00:24:38 -04:00
parent 44b8ee0c90
commit 0f8fea71a6
2 changed files with 1 additions and 5 deletions

View File

@ -51,10 +51,6 @@ typedef enum {
} 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_ot_layout_check_glyph_property (hb_face_t *face,
hb_glyph_info_t *ginfo,

View File

@ -94,7 +94,7 @@ hb_ot_layout_has_glyph_classes (hb_face_t *face)
return _get_gdef (face).has_glyph_classes ();
}
unsigned int
static unsigned int
_hb_ot_layout_get_glyph_property (hb_face_t *face,
hb_glyph_info_t *info)
{