Home
last modified time | relevance | path

Searched refs:font_box (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/
H A Dother.cpp428 font_box::font_box(char *s, box *pp) : pointer_box(pp), f(s) in font_box() function in font_box
432 font_box::~font_box() in ~font_box()
437 int font_box::compute_metrics(int style) in compute_metrics()
452 void font_box::output() in output()
462 void font_box::debug_print() in debug_print()
H A Deqn.y234 { $$ = new font_box(strsave(get_grfont()), $2); }
236 { $$ = new font_box(strsave(get_gbfont()), $2); }
238 { $$ = new font_box(strsave(get_gfont()), $2); }
242 { $$ = new font_box($2, $3); }
H A Dbox.h210 class font_box : public pointer_box {
214 font_box(char *, box *);
215 ~font_box();