Searched refs:fontType (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/awt/FontClass/CreateFont/
H A DDeleteFont.java68 static void badRead(final int retval, int fontType) { argument
74 fontType,
/openjdk7/jdk/src/share/classes/sun/font/
H A DType1Font.java368 String fontType = null;
372 while ((fullName == null || familyName == null || psName == null || fontType == null) && !eof) {
396 fontType = token;
411 if (!"1".equals(fontType)) {

Completed in 228 milliseconds