• Performs character classification, to be used in Unicode Bidi algorithm.

    Parameters

    • text: string

      string to be reordered

    • textCharTypes: any[]

      unicode character types (to be filled by this method)

    Returns boolean

    'true' if text contains Bidi characters, otherwise 'false'

Generated using TypeDoc