deserialize_glyphs


Description:

[ Version ( since = "0.9.7" ) ]
public Bool deserialize_glyphs (char[] buf, out string end_ptr, Font? font, BufferSerializeFormat format)

Deserializes glyphs buffer from textual representation in the format produced by serialize_glyphs.

Parameters:

buf

string to deserialize

end_ptr

output pointer to the character after last consumed one.

font

font for getting glyph IDs

format

the BufferSerializeFormat of the input buf

buf_len

the size of buf, or -1 if it is `NULL`-terminated

buffer

an Buffer buffer.

Returns:

`true` if the full string was parsed, `false` otherwise.