src/java.desktop/share/native/libfontmanager/harfbuzz/hb-face.h
changeset 48274 51772bf1fb0c
parent 47216 71c04702a3d5
child 50352 25db2c8f3cf8
equal deleted inserted replaced
48273:e2065f7505eb 48274:51772bf1fb0c
   109                          unsigned int  glyph_count);
   109                          unsigned int  glyph_count);
   110 
   110 
   111 HB_EXTERN unsigned int
   111 HB_EXTERN unsigned int
   112 hb_face_get_glyph_count (hb_face_t *face);
   112 hb_face_get_glyph_count (hb_face_t *face);
   113 
   113 
       
   114 HB_EXTERN unsigned int
       
   115 hb_face_get_table_tags (hb_face_t    *face,
       
   116                         unsigned int  start_offset,
       
   117                         unsigned int *table_count, /* IN/OUT */
       
   118                         hb_tag_t     *table_tags /* OUT */);
   114 
   119 
   115 HB_END_DECLS
   120 HB_END_DECLS
   116 
   121 
   117 #endif /* HB_FACE_H */
   122 #endif /* HB_FACE_H */