[Poppler-bugs] [Bug 22506] Selected CJK character displays incorrectly in Evince

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Apr 15 08:01:31 PDT 2010


https://bugs.freedesktop.org/show_bug.cgi?id=22506

--- Comment #1 from Marek Kasik <mkasik at redhat.com> 2010-04-15 08:01:31 PDT ---
Created an attachment (id=35064)
 View: https://bugs.freedesktop.org/attachment.cgi?id=35064
 Review: https://bugs.freedesktop.org/review?bug=22506&attachment=35064

proposed patch for selection

Hi,

these are two problems:

The first one is that poppler doesn't create new word (TextWord in selection
code) when there are different fonts between two consecutive chars even if it
does this for different size of fonts.

The second one is that poppler checks 'y' coordinate when looking for begining
and end of selection in line (TextLine). It shouldn't do that. It is searching
for a word in line, so it should perform one dimensional search in 'x' only.

Attached patch fixes theses two problems.

Regards

Marek

P.S.: the attached patch fixes bugs #6923, #9608, #9672, #13441 and #16305 for
me

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list