]> git.lyx.org Git - features.git/blobdiff - src/TextMetrics.cpp
* no_bidi_isboundary.patch: added isRTLBoundary as a replacement to several reference...
[features.git] / src / TextMetrics.cpp
index 622ca3268883b93f423e41f846444304f4ae0440..6f3d6a300c17e32d53b1924164b8cfb3581328d7 100644 (file)
@@ -893,7 +893,7 @@ pos_type TextMetrics::getColumnNearX(pit_type const pit,
                bool const rtl = (text_->bidi.level(c) % 2 == 1);
                if (left_side == rtl) {
                        ++c;
-                       boundary = text_->bidi.isBoundary(buffer, par, c);
+                       boundary = text_->isRTLBoundary(buffer, par, c);
                }
        }