There are mainly 2 types of text rendering supported in Java2D:
1) Grayscale
2) LCD
Each of them are again divided into 2 types based on whether they use caching or not.
Under this task we will be concentrating on Grayscale implementation without using cache.
1) Grayscale
2) LCD
Each of them are again divided into 2 types based on whether they use caching or not.
Under this task we will be concentrating on Grayscale implementation without using cache.
- is blocked by
-
JDK-8235176 Add local glyph state management and remove global references
- Resolved
- relates to
-
JDK-8227580 Font2DDemo launch and initial J2DBench performance demo for text rendering on July 11
- Closed
-
JDK-8226639 Text Rendering Demo on Jun 20-2019
- Closed