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

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPathGraphics.java88 /* Note that preferGDITextLayout implies useGDITextLayout.
93 private static boolean useGDITextLayout = true; field in class:WPathGraphics
102 useGDITextLayout = Boolean.getBoolean(textLayoutStr);
103 if (!useGDITextLayout) {
105 useGDITextLayout = true;
334 } else if (!useGDITextLayout) {

Completed in 46 milliseconds