bufferAppend
fn
void bufferAppend(harfbuzz.buffer.Buffer buffer, harfbuzz.buffer.Buffer source, uint start, uint end)Append (part of) contents of another buffer to this buffer.
Parameters
buffer | An #hb_buffer_t |
source | source #hb_buffer_t |
start | start index into source buffer to copy. Use 0 to copy from start of buffer. |
end | end index into source buffer to copy. Use HB_FEATURE_GLOBAL_END to copy to end of buffer. |