Duplicate :
|
There is code in freetypeFontScaler.c that reads FREETYPE_PROPERTIES and parses it to see if the application is specifying the interpreter-version to use. If so, JDK won't enforce its default. The code that does this uses strstr, but unfortunately the arguments to strstr are reversed so you can't specify your preferred value. All you can do is disable JDK setting its preferred value.
|