true if parse was successful, false if an error
occurred.
harfbuzz.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].
buffer | an #hb_buffer_t buffer. |
buf | string to deserialize |
endPtr | output pointer to the character after last consumed one. |
format | the #hb_buffer_serialize_format_t of the input buf |
true if parse was successful, false if an error
occurred.