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.39
Similar to hb_buffer_add_codepoints(), but allows only access to first 256 Unicode code points that can fit in 8-bit strings.
hb_buffer_add_codepoints()
Has nothing to do with non-Unicode Latin-1 encoding.
An HarfBuzz.buffer_t
an array of UTF-8 characters to append
the offset of the first character to add to the buffer
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.39
Similar to
hb_buffer_add_codepoints(), but allows only access to first 256 Unicode code points that can fit in 8-bit strings.