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

--- Comment #4 from Hossein <hoss...@libreoffice.org> ---
This is a regression, bibisected to:

commit f0393d7ff69011a16b100541ef18e5090544e4a1
Author: Khaled Hosny <khaledho...@eglug.org>
Date:   Mon May 6 16:54:53 2013 +0200

    [harfbuzz] Fix text width calculation, 3rd try

    It turns out storing the width in the layout is not so good idea,
    because in some mysterious cases when font fallback is involved we call
    GetTextWidth() without calling LayoutText() first, and we return the
    width of the previous text run.

    It seems all I needed is to pass down the X offset with the glyph item,
    and take it into account when calculating the width.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to