-
Bug
-
Resolution: Fixed
-
P3
-
7
Before refactoring of font code and adding support for freetype we used to keep pointer to memory handler outside of t2k and use it in the error recovery code.
Now we are trying to access same handler through t2k data structure.
This is wrong as error may happen before t2k structure is initialized and this may result in crash.
Now we are trying to access same handler through t2k data structure.
This is wrong as error may happen before t2k structure is initialized and this may result in crash.
- relates to
-
JDK-6570735 OpenJDK should use Freetype instead of proprietary rasterizer
-
- Closed
-