bufferAppend

fun bufferAppend(buffer: Buffer, source: Buffer, start: <Error class: unknown class>, end: <Error class: unknown class>)

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

Since

1.5.0

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.