fixed rtl mixed support mode so that words are properly placed in the sentence

This commit is contained in:
Mark Vejvoda
2013-11-14 22:17:30 +00:00
parent 84ea30445d
commit f0737ac682
3 changed files with 137 additions and 289 deletions

View File

@@ -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();