buffer_serialize_flags_t

Added in version 0.9.20.

class buffer_serialize_flags_t

Flags that control what glyph information are serialized in buffer_serialize_glyphs().

Fields

class buffer_serialize_flags_t
DEFAULT

Serialize glyph names, clusters and positions.

DEFINED

All currently defined flags. Since: 4.4.0

GLYPH_EXTENTS

Serialize glyph extents.

GLYPH_FLAGS

Serialize glyph flags. Since: 1.5.0

NO_ADVANCES

Do not serialize glyph advances, glyph offsets will reflect absolute glyph positions. Since: 1.8.0

NO_CLUSTERS

Do not serialize glyph cluster.

NO_GLYPH_NAMES

Do no serialize glyph name.

NO_POSITIONS

Do not serialize glyph position information.