(svn r25651) -Fix: Textbuf caret rendering for complex scripts (e.g. Tamil).

This commit is contained in:
michi_cc
2013-08-05 20:35:23 +00:00
parent 9d7ec75fc0
commit 33f3cf3a5d
6 changed files with 105 additions and 25 deletions

View File

@@ -69,6 +69,8 @@ private:
bool CanMoveCaretRight();
WChar MoveCaretRight();
void UpdateWidth();
void UpdateCaretPosition();
};
#endif /* TEXTBUF_TYPE_H */