if (tem != nil)
lwidth = ([tem floatValue] > 0
? Qexpanded : ([tem floatValue] < 0
- ? Qnormal : Qcondensed));
+ ? Qcondensed : Qnormal));
}
lheight = make_float ([font pointSize]);
return CALLN (Ffont_spec,
QCwidth, lwidth, QCslant, lslant,
QCweight, lweight, QCsize, lheight,
- QCfamily, [family lispString]);
+ QCfamily, (family
+ ? [family lispString]
+ : Qnil));
}
/* ==========================================================================