-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.3.0
-
None
-
generic
-
generic
If a font can display all chars in a String when queried using canDisplayUpTo(String str), it should return -1 to signify this. However, the method simply returns the string length.
The attached code demonstrates. Since all fonts should support the simple chars "abc", the app should break on the first supporting font and diisplay the font name. It doesn't display any font name.
The attached code demonstrates. Since all fonts should support the simple chars "abc", the app should break on the first supporting font and diisplay the font name. It doesn't display any font name.
- duplicates
-
JDK-4340793 In solaris and win, Font.canDisplayUpTo() methods do not return -1 as said in th
-
- Closed
-