:right-sidebar: True buffer_serialize_flags_t =================================================================== .. currentmodule:: gi.repository.HarfBuzz .. versionadded:: 0.9.20 .. class:: buffer_serialize_flags_t :no-contents-entry: Flags that control what glyph information are serialized in :func:`~gi.repository.HarfBuzz.buffer_serialize_glyphs`. Fields ------ .. rst-class:: interim-class .. class:: buffer_serialize_flags_t :no-index: .. attribute:: DEFAULT Serialize glyph names, clusters and positions. .. attribute:: DEFINED All currently defined flags. Since: 4.4.0 .. attribute:: GLYPH_EXTENTS Serialize glyph extents. .. attribute:: GLYPH_FLAGS Serialize glyph flags. Since: 1.5.0 .. attribute:: NO_ADVANCES Do not serialize glyph advances, glyph offsets will reflect absolute glyph positions. Since: 1.8.0 .. attribute:: NO_CLUSTERS Do not serialize glyph cluster. .. attribute:: NO_GLYPH_NAMES Do no serialize glyph name. .. attribute:: NO_POSITIONS Do not serialize glyph position information.