bufferAppend

Append (part of) contents of another buffer to this buffer.

Parameters

buffer harfbuzz.buffer.Buffer

An #hb_buffer_t

source harfbuzz.buffer.Buffer

source #hb_buffer_t

start uint

start index into source buffer to copy. Use 0 to copy from start of buffer.

end uint

end index into source buffer to copy. Use HB_FEATURE_GLOBAL_END to copy to end of buffer.