Searched refs:space_width (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/groff/src/libs/libgroff/ |
| HD | font.cpp | 153 : 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/ |
| HD | font.h | 93 int space_width; variable
|
| /NextBSD/contrib/groff/src/roff/troff/ |
| HD | env.cpp | 446 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()
|
| HD | input.cpp | 2857 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/ |
| HD | post-html.cpp | 1942 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/ |
| HD | ChangeLog.115 | 3061 * troff/node.h: Move declarations of env*space_width() functions 3987 * lib/font.c (font::load): In default computation of space_width,
|
| HD | ChangeLog.118 | 2964 (html_printer::determine_space): Don't compute `space_width'.
|