Home
last modified time | relevance | path

Searched refs:set_font (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Denv.h328 void set_font(int);
329 void set_font(symbol);
H A Denv.cpp481 void environment::set_font(symbol nm) in set_font() function in environment
512 void environment::set_font(int n) in set_font() function in environment
1216 curenv->set_font(atoi(s.contents())); in font_change()
1218 curenv->set_font(s); in font_change()
H A Dnode.cpp778 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
H A Dinput.cpp1988 curenv->set_font(s); in next()
1990 curenv->set_font(atoi(s.contents())); in next()
/netbsd-src/external/gpl2/groff/dist/src/devices/grodvi/
H A Ddvi.cpp139 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
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1161151 * troff/env.cc (set_font): Fix the behaviour of \fP. The previous
H A DChangeLog.117725 (environment::set_font): Use it.
H A DChangeLog.115522 * troff/env.cc (environment::set_font): Make bad font number a
4789 (troff_output_file::set_font): Grow font_position if necessary.
H A DChangeLog.1181403 * src/roff/troff/env.cc (environment::set_font): Ditto.
H A DChangeLog5175 (troff_output_file::set_font): Call flush_tbuf if necessary.