TypeScript API Documentation for HARFBUZZ
API Version: 0.0
Library Version: 11.5.1
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 0.9.2
See hb_buffer_add_codepoints().
hb_buffer_add_codepoints()
Replaces invalid UTF-32 characters with the buffer replacement code point, see hb_buffer_set_replacement_codepoint().
buffer
hb_buffer_set_replacement_codepoint()
An HarfBuzz.buffer_t
An array of UTF-32 characters to append
The offset of the first character to add to the buffer
The number of characters to add to the buffer, or -1 for the end of text (assuming it is NULL terminated)
text
NULL
0.9.2
See
hb_buffer_add_codepoints().Replaces invalid UTF-32 characters with the
bufferreplacement code point, seehb_buffer_set_replacement_codepoint().