[Java SE] Missing Glyphs from Custom Font when Rendering on Graphics2D
(Doc ID 2544450.1)
Last updated on FEBRUARY 05, 2025
Applies to:
Java SE JDK and JRE - Version 7 to 10Information in this document applies to any platform.
Symptoms
Java does not render some glyphs when using custom made fonts and some TTF fonts. The rendered image retains the boundaries of the missed glyphs, but not the actual symbol graphics. The GlyphVector of the particular missed font keystroke is empty.
This issue occurs always for the affected fonts.
Sometimes using the OTF version of the same font fixes the issue, but only on Linux.
OpenJDK and other software, e.g. MS Word, renders everything without any issues.
The expected behavior is that all Images with text contain all glyphs in provided 'char' sequence.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |