Lines Matching defs:slant
120 /* slant */
121 const char *slant;
440 /* slant */
441 if ((props.slant = n_fields(&name, 1, 1)) == NULL)
556 append_fontname_str(&result, props->slant);
579 italic_font_name(FontNameProperties *props, const char *slant)
582 myprops.slant = slant;
589 static const char *const slant[] =
598 for (pass = 0; pass < XtNumber(slant); ++pass) {
600 if ((name = italic_font_name(fp, slant[pass])) != NULL) {
718 append_fontname_str(&result, props->slant);