Searched defs:lcName (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java1638 Font2D findFontFromPlatformMap(String lcName, int style) { argument
1647 int spaceIndex = lcName.indexOf(' ');
1648 String firstWord = lcName;
1650 firstWord = lcName.substring(0, spaceIndex);
1664 if (lcName.equalsIgnoreCase(fd.plainFullName)) {
1666 } else if (lcName.equalsIgnoreCase(fd.boldFullName)) {
1668 } else if (lcName.equalsIgnoreCase(fd.italicFullName)) {
1670 } else if (lcName.equalsIgnoreCase(fd.boldItalicFullName)) {
1673 if (styleIndex == -1 && !lcName.equalsIgnoreCase(fd.familyName)) {
1720 info("Hardcoded file missing looking for " + lcName);
1971 findFontFromPlatform(String lcName, int style) argument
[all...]

Completed in 41 milliseconds