Appends a character with the Unicode value of codepoint to buffer, and
gives it the initial cluster value of cluster. Clusters can be any thing
the client wants, they are usually used to refer to the index of the
character in the input text stream and are output in
HarfBuzz.glyph_info_t.cluster field.
This function does not check the validity of codepoint, it is up to the
caller to ensure it is a valid Unicode code point.
Appends a character with the Unicode value of
codepointtobuffer, and gives it the initial cluster value ofcluster. Clusters can be any thing the client wants, they are usually used to refer to the index of the character in the input text stream and are output in HarfBuzz.glyph_info_t.cluster field.This function does not check the validity of
codepoint, it is up to the caller to ensure it is a valid Unicode code point.