diff --git a/src/hb-buffer.h b/src/hb-buffer.h index 7d60b4f18..4ed458fbb 100644 --- a/src/hb-buffer.h +++ b/src/hb-buffer.h @@ -62,7 +62,9 @@ HB_BEGIN_DECLS typedef struct hb_glyph_info_t { hb_codepoint_t codepoint; + /*< private >*/ hb_mask_t mask; + /*< public >*/ uint32_t cluster; /*< private >*/