> 1. I set FREETYPE_PROPERTIES="truetype:interpreter-version=35"
>    system wide in System Properties and *freetype.dll picks the
>    property*
> 
> 2. I set FREETYPE_PROPERTIES="truetype:interpreter-version=35" in my
>    application using *putenv *before invoking JVM and *freetype
>    doesn't picks up the property.*
> 
> 3. I downloaded the source code of freetype and build using DEBUG
>    flag with VS2019.  Replaced the freetype.dll in java installation
>    folder, and executed step 2.  *freetype.dll picks the property*
> 
> 4. I tried step 3 with RELEASE build but it doesn't work.
> 
> What i came to notice is that the Release version of freetype.dll is
> not working for me when Property is set inside the application but
> Debug version works.
> 
> Any idea why the property isn't picked from RELEASE build of
> freetype.dll?

No idea, sorry.  Maybe VS2019 does ignore `getenv' and `putenv' calls
if not in debug mode?

Can anyone confirm Prakash's observations?


    Werner

_______________________________________________
Freetype mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to