[layout] Update comment

This commit is contained in:
Behdad Esfahbod 2022-11-16 17:51:22 -07:00
parent 658f8f4391
commit 2268207c19
1 changed files with 2 additions and 1 deletions

View File

@ -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);
struct stage_map_t {