hb_buffer_message_func_t

A callback method for #hb_buffer_t. The method gets called with the #hb_buffer_t it was set on, the #hb_font_t the buffer is shaped with and a message describing what step of the shaping process will be performed. Returning %false from this method will skip this shaping step and move to the next one.

alias hb_buffer_message_func_t = hb_bool_t function(hb_buffer_t* buffer, hb_font_t* font, const(char)* message, void* userData)

Return Value

%true to perform the shaping step, %false to skip it.

Meta

Since

1.1.3