Function

HarfBuzz-0.0HarfBuzzbuffer_appendSince 1.5.0

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

    Parameters

    • buffer: buffer_t
    • source: buffer_t
    • start: number

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

    • end: number

      end index into source buffer to copy. Use UINT_MAX (or ((unsigned int) -1)) to copy to end of buffer.

    Returns void

    1.5.0