• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/groff-38/groff/src/libs/libdriver/

Lines Matching +refs:pr +refs:font +refs:height

92      pr->send_draw() was removed because this doesn't make sense for
136 within do_file() instead of sending to pr?
348 printer *pr;
417 // call pr->draw
489 e_copy->height = e->height;
1086 pr->draw((int) subcmd, (IntArg *)args->get_data(), n, current_env);
1383 pr->change_fill_color(current_env);
1394 pr->change_fill_color(current_env);
1458 case 'f': // x font: mount font
1462 pr->load_font(n, name);
1478 case 'H': // x Height: set character height
1479 current_env->height = get_integer_arg();
1480 if (current_env->height == current_env->size)
1481 current_env->height = 0;
1513 pr->special(str_arg, current_env, 'u');
1525 pr->devtag(str_arg, current_env);
1527 pr->special(str_arg, current_env);
1563 // `pr' is initialized after the prologue.
1584 current_env->height = 0;
1606 if (pr == 0) { // note: `pr' initialized after prologue
1608 if (!font::load_desc())
1617 current_env->size = 10 * font::sizescale;
1628 EnvInt font_res = font::res;
1632 if (int_arg != font::hor)
1635 if (int_arg != font::vert)
1651 if (pr == 0)
1652 pr = make_printer();
1703 pr->set_ascii_char((unsigned char) c, current_env);
1714 pr->set_ascii_char((unsigned char) c, current_env);
1722 pr->set_special_char(str_arg, current_env);
1731 case 'f': // f: set font to number
1749 pr->change_color(current_env);
1755 pr->end_of_line();
1762 pr->set_numbered_char(get_integer_arg(), current_env);
1766 pr->end_page(current_env->vpos);
1768 pr->begin_page(get_integer_arg());
1773 if (current_env->height == current_env->size)
1774 current_env->height = 0;
1785 pr->set_ascii_char((unsigned char) c, current_env, &w);
1801 pr->set_ascii_char((unsigned char) c, current_env, &w);
1827 pr->end_page(current_env->vpos);
1828 delete pr;
1829 pr = 0;