In JDK-8242950, cache which is used for grayscale text rendering is changed from MTLPixelFormatA8Unorm to MTLPixelFormatBGRA8Unorm because text rendering issues like JDK-8242950, JDK-8242918.
This change reflects only the grayscale cache path but we still use MTLPixelFormatA8Unorm for MaskCache but we dont see any text rendering issue in >=32pt size font(Captured inJDK-8242918).
Need to verify whether we need to change texture type for MaskCache.
This change reflects only the grayscale cache path but we still use MTLPixelFormatA8Unorm for MaskCache but we dont see any text rendering issue in >=32pt size font(Captured in
Need to verify whether we need to change texture type for MaskCache.
- relates to
-
JDK-8256683 Lanai: NetBeans IDE - AA Text rendering appears brighter compared to OpenGL
- Resolved
-
JDK-8242950 Files which can't be selected has different color with metal than opengl in JFileChooser
- Resolved
-
JDK-8242918 Text appears darker with metal
- Closed