[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] INT_MIN and FT_Render_Glyph
From: |
suzuki toshiya |
Subject: |
Re: [ft-devel] INT_MIN and FT_Render_Glyph |
Date: |
Thu, 12 Feb 2015 14:47:30 +0900 |
User-agent: |
Mozilla-Thunderbird 2.0.0.24 (X11/20100329) |
Interesting. Could you post some test code to reproduce the issue?
Regards,
mpsuzuki
Brian Sullender wrote:
> I'm compiling with VS C++ 11
>
> When INT_MIN is defined as:
> #define INT_MIN 0x80000000
> instead of:
> #define INT_MIN (-2147483647 - 1)
>
> FT_Render_Glyph returns Invalid_Pixel_Size
>
> Not really a problem, but annoying. Thanks.
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Freetype-devel mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/freetype-devel