mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-19 01:47:52 +00:00
7036275: EUDC character is not displayed on Swing if ClearType is enabled
Reviewed-by: igor, jgodinez
This commit is contained in:
parent
10ec13e8ef
commit
5ef43cd3d8
@ -62,8 +62,11 @@ public class Win32FontManager extends SunFontManager {
|
||||
String eudcFile = getEUDCFontFile();
|
||||
if (eudcFile != null) {
|
||||
try {
|
||||
/* Must use Java rasteriser since GDI doesn't
|
||||
* enumerate (allow direct use) of EUDC fonts.
|
||||
*/
|
||||
eudcFont = new TrueTypeFont(eudcFile, null, 0,
|
||||
false);
|
||||
true);
|
||||
} catch (FontFormatException e) {
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user