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

/openjdk9/jdk/src/java.desktop/share/classes/sun/print/
H A DPSPrinterJob.java258 private Font mLastFont; field in class:PSPrinterJob
1111 mLastFont = font;
1250 Font mLastFont, FontRenderContext frc,
1274 .getFontPeer(mLastFont);
1286 int[] psFonts = getPSFontIndexArray(mLastFont, acs);
1319 mLastFont.getStringBounds(cs.charsetChars,
1347 // mPSStream.println("% Font[" + mLastFont.getName() + ", " +
1348 // FontConfiguration.getStyleString(mLastFont.getStyle()) + ", "
1349 // + mLastFont.getSize2D() + "]");
1350 getGState().emitPSFont(psFonts[i], mLastFont
1249 textOut(Graphics g, String str, float x, float y, Font mLastFont, FontRenderContext frc, float width) argument
[all...]

Completed in 84 milliseconds