Searched refs:set_font (Results 1 – 10 of 10) sorted by relevance
328 void set_font(int);329 void set_font(symbol);
481 void environment::set_font(symbol nm) in set_font() function in environment512 void environment::set_font(int n) in set_font() function in environment1216 curenv->set_font(atoi(s.contents())); in font_change()1218 curenv->set_font(s); in font_change()
778 void set_font(tfont *tf);847 set_font(tf); in start_special()1031 set_font(tf); in put_char_width()1109 set_font(tf); in put_char()1156 void troff_output_file::set_font(tfont *tf) in set_font() function in troff_output_file
1988 curenv->set_font(s); in next()1990 curenv->set_font(atoi(s.contents())); in next()
139 void set_font(int);368 set_font(i); in set_char()413 void dvi_printer::set_font(int i) in set_font() function in dvi_printer
1151 * troff/env.cc (set_font): Fix the behaviour of \fP. The previous
725 (environment::set_font): Use it.
522 * troff/env.cc (environment::set_font): Make bad font number a4789 (troff_output_file::set_font): Grow font_position if necessary.
1403 * src/roff/troff/env.cc (environment::set_font): Ditto.
5175 (troff_output_file::set_font): Call flush_tbuf if necessary.