[1/3] gdi32: Return fake BBox when requested empty glyph metrics. (try 3)

Bruno Jesus 00cpxxx at gmail.com
Mon Sep 30 21:04:17 CDT 2013


On Fri, Sep 27, 2013 at 8:16 AM, Akihiro Sagawa <sagawa.aki at gmail.com> wrote:
>
> Fixes bug 18440, 20847.
>
> Try 3:
>    - Rebase to recent source.
>    - Separate ABC metrics change.
>    - Use conditional operator.
> ---
>  dlls/gdi32/freetype.c   |    4 ++--
>  dlls/gdi32/tests/font.c |   24 ++++++++----------------
>  2 files changed, 10 insertions(+), 18 deletions(-)

> +            ok(gm.gmBlackBoxY == 1, "%2d:expected 1, got %u\n", fmt[i], gm.gmBlackBoxX);

There seems to be a copy&paste issue in all lines related to
gmBlackBoxY reporting the error as gmBlackBoxX.

Regards,
Bruno



More information about the wine-devel mailing list