[layout] Update comment
This commit is contained in:
parent
658f8f4391
commit
2268207c19
|
@ -78,7 +78,8 @@ struct hb_ot_map_t
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Pause functions return true if buffer (codepoint) content was changed. */
|
/* Pause functions return true if new glyph indices might have been
|
||||||
|
* added to the buffer. This is used to update buffer digest. */
|
||||||
typedef bool (*pause_func_t) (const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer);
|
typedef bool (*pause_func_t) (const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer);
|
||||||
|
|
||||||
struct stage_map_t {
|
struct stage_map_t {
|
||||||
|
|
Loading…
Reference in New Issue