Home
last modified time | relevance | path

Searched refs:space_width (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/groff/src/libs/libgroff/
HDfont.cpp153 : ligatures(0), kern_hash_table(0), space_width(0), ch_index(0), nindices(0), in font()
334 return scale(space_width, point_size); in get_space_width()
597 space_width = n; in load()
804 if (space_width == 0) in load()
805 space_width = scale_round(unitwidth, res, 72*3*sizescale); in load()
/NextBSD/contrib/groff/src/include/
HDfont.h93 int space_width; variable
/NextBSD/contrib/groff/src/roff/troff/
HDenv.cpp446 void environment::space(hunits space_width, hunits sentence_space_width) in space() argument
454 hunits x = translate_space_to_dummy ? H0 : space_width; in space()
460 if (p->merge_space(xx, space_width, sentence_space_width)) { in space()
465 if (p && p->merge_space(x, space_width, sentence_space_width)) { in space()
471 new width_list(space_width, in space()
HDinput.cpp2857 hunits space_width = curenv->get_space_width(); in process_input_stack() local
2867 curenv->add_node(new hmotion_node(space_width * nspaces, in process_input_stack()
/NextBSD/contrib/groff/src/devices/grohtml/
HDpost-html.cpp1942 int space_width; member in html_printer
3753 output_hpos += space_width; in determine_space()
4218 space_width = font::hor; in html_printer()
4278 if (env->hpos-sbuf_end_hpos < space_width) { in sbuf_continuation()
/NextBSD/contrib/groff/
HDChangeLog.1153061 * troff/node.h: Move declarations of env*space_width() functions
3987 * lib/font.c (font::load): In default computation of space_width,
HDChangeLog.1182964 (html_printer::determine_space): Don't compute `space_width'.