Constants

Details

HarfBuzz.AAT_LAYOUT_NO_SELECTOR_INDEX = 65535

Used when getting or setting AAT feature selectors. Indicates that there is no selector index corresponding to the selector of interest.

HarfBuzz.BUFFER_REPLACEMENT_CODEPOINT_DEFAULT = 65533

The default code point for replacing invalid characters in a given encoding. Set to U+FFFD REPLACEMENT CHARACTER.

New in version 0.9.31.

HarfBuzz.CODEPOINT_INVALID = 4294967295

Unused #hb_codepoint_t value.

New in version 8.0.0.

HarfBuzz.FEATURE_GLOBAL_START = 0

Special setting for HarfBuzz.feature_t.start to apply the feature from the start of the buffer.

New in version 2.0.0.

HarfBuzz.FONT_NO_VAR_NAMED_INSTANCE = -1

Constant signifying that a font does not have any named-instance index set. This is the default of a font.

New in version 7.0.0.

HarfBuzz.OT_LAYOUT_DEFAULT_LANGUAGE_INDEX = 65535

Special value for language index indicating default or unsupported language.

HarfBuzz.OT_LAYOUT_NO_FEATURE_INDEX = 65535

Special value for feature index indicating unsupported feature.

HarfBuzz.OT_LAYOUT_NO_SCRIPT_INDEX = 65535

Special value for script index indicating unsupported script.

HarfBuzz.OT_LAYOUT_NO_VARIATIONS_INDEX = -1

Special value for variations index indicating unsupported variation.

HarfBuzz.OT_MAX_TAGS_PER_LANGUAGE = 3

Maximum number of OpenType tags that can correspond to a give HarfBuzz.language_t.

New in version 2.0.0.

HarfBuzz.OT_MAX_TAGS_PER_SCRIPT = 3

Maximum number of OpenType tags that can correspond to a give HarfBuzz.script_t.

New in version 2.0.0.

HarfBuzz.OT_VAR_NO_AXIS_INDEX = -1

Do not use.

New in version 1.4.2.

Deprecated since version 2.2.0.

HarfBuzz.UNICODE_COMBINING_CLASS_CCC133 = 133

[Tibetan]

Deprecated since version 7.2.0.

HarfBuzz.UNICODE_MAX = 1114111

Maximum valid Unicode code point.

New in version 1.9.0.

HarfBuzz.UNICODE_MAX_DECOMPOSITION_LEN = 19

See Unicode 6.1 for details on the maximum decomposition length.

Deprecated since version 2.0.0.

HarfBuzz.VERSION_MAJOR = 8
HarfBuzz.VERSION_MICRO = 0
HarfBuzz.VERSION_MINOR = 3
HarfBuzz.VERSION_STRING = '8.3.0'