[HB] Hide lig_id and component members of hb_glyph_info_t
This commit is contained in:
parent
6b600dd619
commit
2f5931e404
|
@ -45,9 +45,8 @@ typedef struct _hb_glyph_info_t {
|
||||||
hb_codepoint_t codepoint;
|
hb_codepoint_t codepoint;
|
||||||
hb_mask_t mask;
|
hb_mask_t mask;
|
||||||
uint32_t cluster;
|
uint32_t cluster;
|
||||||
uint16_t component;
|
uint32_t internal1;
|
||||||
uint16_t lig_id;
|
uint32_t internal2;
|
||||||
uint32_t internal;
|
|
||||||
} hb_glyph_info_t;
|
} hb_glyph_info_t;
|
||||||
|
|
||||||
typedef struct _hb_glyph_position_t {
|
typedef struct _hb_glyph_position_t {
|
||||||
|
|
Loading…
Reference in New Issue