mirror of
https://github.com/glest/glest-source.git
synced 2025-10-01 18:06:44 +02:00
fixed rtl mixed support mode so that words are properly placed in the sentence
This commit is contained in:
@@ -112,7 +112,6 @@ public:
|
||||
int getSize() const;
|
||||
void setSize(int size);
|
||||
|
||||
static std::vector<std::pair<char, int> > extract_mixed_LTR_RTL_map(string &str_);
|
||||
static void bidi_cvt(string &str_);
|
||||
|
||||
static void resetToDefaults();
|
||||
|
Reference in New Issue
Block a user