Class (GI Struct)

HarfBuzz-0.0HarfBuzzvariation_tSince 1.4.2

Data type for holding variation data. Registered OpenType variation-axis tags are listed in OpenType Axis Tag Registry.

1.4.2

Index

Constructors

Properties

Methods

Constructors

Properties

tag: number
value: number

Methods

  • Converts an HarfBuzz.variation_t into a NULL-terminated string in the format understood by hb_variation_from_string(). The client in responsible for allocating big enough size for buf, 128 bytes is more than enough.

    Note that the string won't include any whitespace.

    Returns string[]