freetype-devel
[Top][All Lists]
Advanced

[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: Fri, 13 Feb 2015 12:42:45 +0900
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Dear Brian,

Thanks! I will take a look, but please regard that I might spend
a month about this issue because I have to start from the preparation
of Visual Studio...

Regards,
mpsuzuki

Brian Sullender wrote:
Sure. Here is a dummy project i created for you to test and reproduce the 
problem.
If VS has problems seeing the include files, you'll have to change the include 
directories to "\Desktop\Dummy Project\FreeType\FreeType\Include" as this is 
what I'm currently doing.
The problem code can be found in ftstdlib.h under integer limits.

Here is the download link: 
http://s000.tinyupload.com/?file_id=07910338792891544298

On Thu, Feb 12, 2015 at 12:47 AM, suzuki toshiya <address@hidden 
<mailto:address@hidden>> wrote:

    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 <tel:%28-2147483647> - 1)
     >
     > FT_Render_Glyph returns Invalid_Pixel_Size
     >
     > Not really a problem, but annoying. Thanks.
     >
     >
     >
     > ------------------------------------------------------------------------
     >
     > _______________________________________________
     > Freetype-devel mailing list
     > address@hidden <mailto:address@hidden>
     > https://lists.nongnu.org/mailman/listinfo/freetype-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]