Lines Matching defs:nfs
831 same_font_size(XtermWidget xw, XFontStruct *nfs, XFontStruct *bfs)
836 if (nfs != NULL && bfs != NULL) {
838 nfs->ascent + nfs->descent,
840 nfs->min_bounds.width, bfs->min_bounds.width,
841 nfs->max_bounds.width, bfs->max_bounds.width));
843 || ((nfs->ascent + nfs->descent) == (bfs->ascent + bfs->descent)
844 && (nfs->min_bounds.width == bfs->min_bounds.width
845 || nfs->min_bounds.width == bfs->min_bounds.width + 1)
846 && (nfs->max_bounds.width == bfs->max_bounds.width
847 || nfs->max_bounds.width == bfs->max_bounds.width + 1));