[HB] Add comment
This commit is contained in:
parent
b6e66ee102
commit
a579584594
|
@ -75,7 +75,7 @@ struct _hb_buffer_t {
|
||||||
unsigned int in_length;
|
unsigned int in_length;
|
||||||
unsigned int out_length;
|
unsigned int out_length;
|
||||||
unsigned int in_pos;
|
unsigned int in_pos;
|
||||||
unsigned int out_pos;
|
unsigned int out_pos; /* out_length and out_pos are actually always the same */
|
||||||
|
|
||||||
hb_internal_glyph_info_t *in_string;
|
hb_internal_glyph_info_t *in_string;
|
||||||
hb_internal_glyph_info_t *out_string;
|
hb_internal_glyph_info_t *out_string;
|
||||||
|
|
Loading…
Reference in New Issue