From 476a6377a574291025ce8acc0cecfc53408c8d3c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 28 Jan 2022 15:05:10 -0700 Subject: [PATCH] [buffer] Document HB_BUFFER_FLAG_VERIFY --- src/hb-buffer.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/hb-buffer.h b/src/hb-buffer.h index fb76c9007..8cd43f2dd 100644 --- a/src/hb-buffer.h +++ b/src/hb-buffer.h @@ -357,6 +357,14 @@ hb_buffer_guess_segment_properties (hb_buffer_t *buffer); * flag indicating that a dotted circle should * not be inserted in the rendering of incorrect * character sequences (such at <0905 093E>). Since: 2.4 + * @HB_BUFFER_FLAG_VERIFY: + * flag indicating that the hb_shape() call and its variants + * should perform various verification processes on the results + * of the shaping operation on the buffer. If the verification + * fails, then either a buffer message is sent, if a message + * handler is installed on the buffer, or a message is written + * to standard error. In either case, the shaping result might + * be modified to show the failed output. * * Flags for #hb_buffer_t. *