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

/openjdk7/jdk/src/share/classes/sun/font/
H A DType1Font.java103 private String psName = null; field in class:Type1Font
372 while ((fullName == null || familyName == null || psName == null || fontType == null) && !eof) {
388 psName = getSimpleToken(bb);
415 if (psName == null) { //no explicit FontName
432 psName = getSimpleToken(bb);
437 //NB: At least psName must be already initialized by this moment
445 fullName = psName2FullName(psName);
446 familyName = psName2FamilyName(psName);
489 //According to Adobe technical note #5088 psName (aka FontName) has form
509 //According to Adobe technical note #5088 psName (ak
[all...]
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java1129 String psName =
1133 if (psName != null) {
1139 Integer.parseInt(mFontProps.getProperty(psName));

Completed in 36 milliseconds