Since 0.9.20serialize glyph names, clusters and positions.
All currently defined flags. Since: 4.4.0
serialize glyph extents.
serialize glyph flags. Since: 1.5.0
do not serialize glyph advances,
glyph offsets will reflect absolute glyph positions. Since: 1.8.0.
Note: when this flag is used with a partial range of the buffer (i.e.
start is not 0), calculating the absolute positions has a cost
proportional to start. If the buffer is serialized in many small
chunks, this can lead to quadratic behavior. It is recommended to
use a larger buf_size to minimize this cost.
do not serialize glyph cluster.
do no serialize glyph name.
do not serialize glyph position information.
Flags that control what glyph information are serialized in
hb_buffer_serialize_glyphs().Since
0.9.20