InfiniText.DirectionCategory Class Reference

Detailed Description

Obtains the bidirectional catagory of a character.

Static Public Member Functions

static void Setup ()
 Sets up the bidirectional data. More...
 
static int Get (int charCode)
 Finds the nearest block for the given charcode and returns its mode. The mode is one of the BidiBlock options. More...
 

Static Private Attributes

static BidiBlock[] Blocks
 The available blocks. Sorted by start. More...
 

Member Function Documentation

static int InfiniText.DirectionCategory.Get ( int  charCode)
inlinestatic

Finds the nearest block for the given charcode and returns its mode. The mode is one of the BidiBlock options.

static void InfiniText.DirectionCategory.Setup ( )
inlinestatic

Sets up the bidirectional data.

Member Data Documentation

BidiBlock [] InfiniText.DirectionCategory.Blocks
staticprivate

The available blocks. Sorted by start.