[ 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.
| 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_len |
the size of |
| buffer |
an Buffer buffer. |
|
`true` if the full string was parsed, `false` otherwise. |