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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Font.c270 char *family = NULL, *style = NULL, *slant = NULL, *encoding = NULL; local
304 slant = start;
345 family, style, slant, pointSize, encoding);
351 family, altstyle, slant, pointSize, encoding);
361 family, style, slant, pixelSize, encoding);
367 family, altstyle, slant, pixelSize, encoding);
374 style, slant, pixelSize, encoding);
379 altstyle, slant, pixelSize, encoding);
386 slant, pixelSize, encoding);
402 family, style, slant, pixelSiz
[all...]

Completed in 69 milliseconds