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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Font.c331 char *altstyle = NULL; local
335 altstyle = "roman";
348 if (altstyle != NULL) {
351 family, altstyle, slant, pointSize, encoding);
364 if (altstyle != NULL) {
367 family, altstyle, slant, pixelSize, encoding);
376 if (altstyle != NULL) {
379 altstyle, slant, pixelSize, encoding);

Completed in 38 milliseconds