Shaping extends Arabic
in package
Com\Tecnick\Unicode\Bidi\Shaping
Tags
Table of Contents
Methods
- __construct() : mixed
- Shaping Cursively connected scripts, such as Arabic or Syriac, require the selection of positional character shapes that depend on adjacent characters.
- getSequence() : SeqData
- Returns the processed sequence
Methods
__construct()
Shaping Cursively connected scripts, such as Arabic or Syriac, require the selection of positional character shapes that depend on adjacent characters.
public __construct(SeqData $seq)
: mixed
Shaping is logically applied after the Bidirectional Algorithm is used and is limited to characters within the same directional run.
Parameters
- $seq : SeqData
-
isolated Sequence array
getSequence()
Returns the processed sequence
public getSequence()
: SeqData