Class ScriptExtensionsSet

An object that represents the Script_Extensions property for a single character

See the Rust documentation for ScriptExtensionsSet for more information.

Constructors

Accessors

Methods

Constructors

Accessors

  • get count(): number
  • Get the number of scripts contained in here

    See the Rust documentation for iter for more information.

    Returns number

  • get ffiValue(): number
  • Returns number

Methods

  • Check if the Script_Extensions property of the given code point covers the given script

    See the Rust documentation for contains for more information.

    Parameters

    • script: number

    Returns boolean

  • Get script at index

    See the Rust documentation for iter for more information.

    Parameters

    • index: number

    Returns number

""