bufferDeserializeUnicode

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

Parameters

buffer harfbuzz.buffer.Buffer

an #hb_buffer_t buffer.

buf string

string to deserialize

endPtr string

output pointer to the character after last consumed one.

format harfbuzz.types.BufferSerializeFormat

the #hb_buffer_serialize_format_t of the input buf

Return Value

Type: harfbuzz.types.Bool

true if parse was successful, false if an error occurred.