bufferDeserializeUnicode

fnharfbuzz.types.Bool bufferDeserializeUnicode(harfbuzz.buffer.Buffer buffer, string buf, out string endPtr, harfbuzz.types.BufferSerializeFormat format)

Deserializes Unicode buffer from textual representation in the format produced by [harfbuzz.global.bufferSerializeUnicode].

Parameters

bufferan #hb_buffer_t buffer.
bufstring to deserialize
endPtroutput pointer to the character after last consumed one.
formatthe #hb_buffer_serialize_format_t of the input buf

Returns

true if parse was successful, false if an error

occurred.