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

/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java268 private Font mLastFont; field in class:PSPrinterJob
1072 mLastFont = font;
1210 Font mLastFont, FontRenderContext frc,
1235 (mLastFont.getPeer())).makeMultiCharsetString(str, false);
1246 int[] psFonts = getPSFontIndexArray(mLastFont, acs);
1279 mLastFont.getStringBounds(cs.charsetChars,
1307 // mPSStream.println("% Font[" + mLastFont.getName() + ", " +
1308 // FontConfiguration.getStyleString(mLastFont.getStyle()) + ", "
1309 // + mLastFont.getSize2D() + "]");
1310 getGState().emitPSFont(psFonts[i], mLastFont
1209 textOut(Graphics g, String str, float x, float y, Font mLastFont, FontRenderContext frc, float width) argument
[all...]

Completed in 32 milliseconds