27 #ifndef _CEGUIFribidiVisualMapping_h_ 28 #define _CEGUIFribidiVisualMapping_h_ 30 #include "CEGUI/BidiVisualMapping.h" 36 class FribidiVisualMapping :
public BidiVisualMapping
47 #endif // end of guard _CEGUIFribidiVisualMapping_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
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...
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.
BidiCharType
Enumeration of possible character classes, used for bi-directional text.
Definition: cegui/include/CEGUI/BidiVisualMapping.h:42