]> git.lyx.org Git - features.git/commit
Remove obsolete code to handle Hebrew and Arabic characters
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 13 Jun 2014 14:33:58 +0000 (16:33 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 8 Jul 2014 19:30:06 +0000 (21:30 +0200)
commitd6337a248847aa4c72f8a813d92d349d1035c79f
tree623c9a931c68783a8563759f6d5d726f5f43b052
parentec42b2e4c9daa458df1c5c0454d61fbe4987701c
Remove obsolete code to handle Hebrew and Arabic characters

This is handled by Qt now.

Note that a small optimization (do not draw text that is to the left
of WorkArea) is removed because it cannot be guaranteed to be exact
anymore. It was probably not very useful anyway, and would become
useless once the RowPainter is rewritten to use Row information.

Update 00README_STR_METRICS_BRANCH.
00README_STR_METRICS_BRANCH
src/Encoding.cpp
src/Encoding.h
src/Paragraph.cpp
src/Paragraph.h
src/ParagraphMetrics.cpp
src/rowpainter.cpp