< prev index next >

src/java.desktop/share/native/libfontmanager/harfbuzz/hb-face.h

Print this page




  94 hb_face_set_index (hb_face_t    *face,
  95                    unsigned int  index);
  96 
  97 HB_EXTERN unsigned int
  98 hb_face_get_index (hb_face_t    *face);
  99 
 100 HB_EXTERN void
 101 hb_face_set_upem (hb_face_t    *face,
 102                   unsigned int  upem);
 103 
 104 HB_EXTERN unsigned int
 105 hb_face_get_upem (hb_face_t *face);
 106 
 107 HB_EXTERN void
 108 hb_face_set_glyph_count (hb_face_t    *face,
 109                          unsigned int  glyph_count);
 110 
 111 HB_EXTERN unsigned int
 112 hb_face_get_glyph_count (hb_face_t *face);
 113 





 114 
 115 HB_END_DECLS
 116 
 117 #endif /* HB_FACE_H */


  94 hb_face_set_index (hb_face_t    *face,
  95                    unsigned int  index);
  96 
  97 HB_EXTERN unsigned int
  98 hb_face_get_index (hb_face_t    *face);
  99 
 100 HB_EXTERN void
 101 hb_face_set_upem (hb_face_t    *face,
 102                   unsigned int  upem);
 103 
 104 HB_EXTERN unsigned int
 105 hb_face_get_upem (hb_face_t *face);
 106 
 107 HB_EXTERN void
 108 hb_face_set_glyph_count (hb_face_t    *face,
 109                          unsigned int  glyph_count);
 110 
 111 HB_EXTERN unsigned int
 112 hb_face_get_glyph_count (hb_face_t *face);
 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 */);
 119 
 120 HB_END_DECLS
 121 
 122 #endif /* HB_FACE_H */
< prev index next >