27 #ifndef _CEGUIMinibidiVisualMapping_h_ 28 #define _CEGUIMinibidiVisualMapping_h_ 30 #include "CEGUI/BidiVisualMapping.h" 36 class MinibidiVisualMapping :
public BidiVisualMapping
47 #endif // end of guard _CEGUIMinibidiVisualMapping_h_ std::vector< int CEGUI_VECTOR_ALLOC(int)> StrIndexList
type definition for collection used to hold mapping index lists.
Definition: cegui/include/CEGUI/BidiVisualMapping.h:56
Main namespace for Crazy Eddie's GUI Library.
Definition: cegui/include/CEGUI/Affector.h:42
BidiCharType getBidiCharType(const utf32 char_to_check) const
Gets the Bidi char type of a char.
bool reorderFromLogicalToVisual(const String &logical, String &visual, StrIndexList &l2v, StrIndexList &v2l) const
Reorder a string from a logical (type order) bidi string to a visual (the way it displayed) string...
BidiCharType
Enumeration of possible character classes, used for bi-directional text.
Definition: cegui/include/CEGUI/BidiVisualMapping.h:42