https://bugs.documentfoundation.org/show_bug.cgi?id=30731

--- Comment #13 from [email protected] ---
If my understanding of the internals of libo are correct, the cursor behaviour
is not based on font rendering but on Unicode character properties. Thus,
although graphite is being used to turn a long string of letters into a single
glyph, the cursor movement is based purely on the underlying characters. This
would happen whether the font were Graphite or OT based.

The key code seems to be in SwContentNode::GoNext (sw/core/docnode/node.cxx)
and uses an ICU break iterator to control the cursor movement.

Basically, this isn't a graphite or graphite integration bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to