Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2025763 | 1.3.1 | Xueming Shen | P4 | Resolved | Fixed | 1.3.1 |
Name: gsC80088 Date: 03/10/99
Win95's standard GAIJI (== Private Glyphs for Charactors
at Private Area in UNICODE) editor "eudcedit.exe" (exists
only in Japanese version of Win95) makes system GAIJI font
as TrueType font file named "eudc.tte".
On English version of Win95, We can use this GAIJI font
in Java2 application, after following step.
1. rename "eudc.tte" into "eudc.ttf"
2. copy "eudc.ttf" to JAVA_FONTS directory.
(or $JRE/lib/fonts)
3. in Java2 application, get all available family name
and new Font("EUDC", style, size);
But, on Japanese version of Win95, glyphs in GAIJI
do not rendered correctly -- If system has its own
GAIJI, glyphs in system's GAIJI are rendered. If system
has no GAIJI, dots (indicate absence of glyph) are rendered.
(Review ID: 54225)
======================================================================
abhijit.saha@Eng 2001-07-02
updating the bugtraq for bugs integrated and verified in appropriate version of jdk.
- backported by
-
JDK-2025763 Charactor at UNICODE Private Area drawn incorrectly on Win95(Japanese)
- Resolved
- duplicates
-
JDK-4357509 The letters of GAIJI's Area can't be displayed by drawString() method.
- Closed
- relates to
-
JDK-4760941 JDK 1.3.1_05 does not apply BOLD style to EUDC (Gaiji) font characters.
- Resolved