Searched refs:font_box (Results 1 – 3 of 3) sorted by relevance
428 font_box::font_box(char *s, box *pp) : pointer_box(pp), f(s) in font_box() function in font_box432 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()
234 { $$ = 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); }
210 class font_box : public pointer_box {214 font_box(char *, box *);215 ~font_box();