Gjsify LogoGjsify Logo

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

bitfield

Index

Enumeration Members

DEFAULT: number

serialize glyph names, clusters and positions.

GLYPH_EXTENTS: number

serialize glyph extents.

GLYPH_FLAGS: number

serialize glyph flags. Since: 1.5.0

NO_ADVANCES: number

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

NO_CLUSTERS: number

do not serialize glyph cluster.

NO_GLYPH_NAMES: number

do no serialize glyph name.

NO_POSITIONS: number

do not serialize glyph position information.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method