Lines Matching defs:font
46 * -Btext specify bold font selector
47 * -Itext specify italic font selector
48 * -Xtext specify bold-italic font selector
58 * - assumes fixed-width (non-proportional) font in some places
136 #define SELECT_FONT "SFT" /* size font */
160 char *font;
166 char *font;
745 if (current.font != newfont) {
747 current.font = newfont;
748 (void) fprintf(outfile, "%s\n", current.font);
762 char *font;
764 font = current.font;
767 setcurrentfont(font, f);
777 fs->font = current.font;
787 setcurrentfont(fs->font, outfile);
1157 altfont = current.font;
1437 current.font = DEFAULT_FONT;