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

/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java218 private FontInfo fontInfo; field in class:SunGraphics2D
285 if (this.fontInfo != null) {
287 g.fontInfo = (FontInfo)this.fontInfo.clone();
289 g.fontInfo = null;
656 * method re-evaluates all fields in the fontInfo.
781 fontInfo == null || // Precaution, if true shouldn't get here
782 (fontInfo.aaHint == SunHints.INTVAL_TEXT_ANTIALIAS_ON) !=
795 this.fontInfo = checkFontInfo(this.fontInfo, fon
[all...]

Completed in 38 milliseconds