Searched refs:space_width (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/groff/src/include/
H A Dfont.h93 int space_width; member in class:font
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dfont.cpp153 : ligatures(0), kern_hash_table(0), space_width(0), ch_index(0), nindices(0),
334 return scale(space_width, point_size);
597 space_width = n;
804 if (space_width == 0)
805 space_width = scale_round(unitwidth, res, 72*3*sizescale);
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Denv.cpp446 void environment::space(hunits space_width, hunits sentence_space_width) argument
454 hunits x = translate_space_to_dummy ? H0 : space_width;
460 if (p->merge_space(xx, space_width, sentence_space_width)) {
465 if (p && p->merge_space(x, space_width, sentence_space_width)) {
471 new width_list(space_width,
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp1942 int space_width; member in class:html_printer
3753 output_hpos += space_width;
4218 space_width = font::hor;
4278 if (env->hpos-sbuf_end_hpos < space_width) {

Completed in 148 milliseconds