
C/C++ Functions
lxBidiApply
DT_SWORD lxBidiApply(const DT_ID_UWORD chars[], DT_SLONG nr_of_chars, DT_ID_UBYTE types[], DT_ID_UBYTE levels[], DT_ID_UBYTE start_level, DT_SWORD flags)
Short Description: Unicode Bidirectional (BiDi) algorithm
Same effect as calling lxBidiApplyPlus(nr_of_chars, (const DT_UBYTE*)chars, LX_FORMAT_UTF16, types, levels, start_level, flags)
