Zero map objects
This commit is contained in:
parent
ecd3b6e4ad
commit
8336186a52
|
@ -44,6 +44,8 @@ struct hb_ot_map_t
|
|||
|
||||
public:
|
||||
|
||||
hb_ot_map_t (void) { memset (this, 0, sizeof (*this)); }
|
||||
|
||||
typedef void (*gsub_pause_func_t) (const hb_ot_map_t *map, hb_face_t *face, hb_buffer_t *buffer, void *user_data);
|
||||
typedef void (*gpos_pause_func_t) (const hb_ot_map_t *map, hb_font_t *font, hb_buffer_t *buffer, void *user_data);
|
||||
|
||||
|
@ -137,6 +139,8 @@ struct hb_ot_map_builder_t
|
|||
{
|
||||
public:
|
||||
|
||||
hb_ot_map_builder_t (void) { memset (this, 0, sizeof (*this)); }
|
||||
|
||||
HB_INTERNAL void add_feature (hb_tag_t tag, unsigned int value, bool global);
|
||||
|
||||
inline void add_bool_feature (hb_tag_t tag, bool global = true)
|
||||
|
|
Loading…
Reference in New Issue