true if parse was successful, false if an error
occurred.
harfbuzz.types.Bool bufferDeserializeGlyphs(harfbuzz.buffer.Buffer buffer, string buf, out string endPtr, harfbuzz.font.Font font, harfbuzz.types.BufferSerializeFormat format)Deserializes glyphs buffer from textual representation in the format produced by [harfbuzz.global.bufferSerializeGlyphs].
buffer | an #hb_buffer_t buffer. |
buf | string to deserialize |
endPtr | output pointer to the character after last consumed one. |
font | font for getting glyph IDs |
format | the #hb_buffer_serialize_format_t of the input buf |
true if parse was successful, false if an error
occurred.