Home
last modified time | relevance | path

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

/NextBSD/contrib/groff/src/devices/grohtml/
HDpost-html.cpp1951 style sbuf_style; member in html_printer
4067 set_style(sbuf_style); in flush_sbuf()
4069 if (overstrike_detected && (! is_bold(sbuf_style.f))) { in flush_sbuf()
4070 font *bold_font = make_bold(sbuf_style.f); in flush_sbuf()
4072 sbuf_style.f = bold_font; in flush_sbuf()
4075 page_contents->add(&sbuf_style, sbuf, in flush_sbuf()
4077 sbuf_vpos-sbuf_style.point_size*r/72, sbuf_start_hpos, in flush_sbuf()
4101 page_contents->add_line(&sbuf_style, in draw()
4233 if (sbuf_style.f == NULL) in add_to_sbuf()
4237 unsigned int code = sbuf_style.f->get_code(idx); in add_to_sbuf()
[all …]
/NextBSD/contrib/groff/src/devices/grops/
HDps.cpp541 style sbuf_style; member in ps_printer
704 && sty == sbuf_style in set_char()
756 sbuf_style = sty; in set_char()
983 if (output_style != sbuf_style) { in flush_sbuf()
984 set_style(sbuf_style); in flush_sbuf()
985 output_style = sbuf_style; in flush_sbuf()
1001 int w = sbuf_style.f->get_width(space_char_index, sbuf_style.point_size); in flush_sbuf()
/NextBSD/contrib/groff/
HDChangeLog1247 (html_printer::set_char): Check `sbuf_style.f'.