Home
last modified time | relevance | path

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

/NextBSD/contrib/groff/src/roff/troff/
HDnode.cpp135 constant_space_type is_constant_spaced; member in font_info
171 char is_constant_spaced; member in tfont_spec
229 is_bold(0), is_constant_spaced(CONSTANT_SPACE_NONE), last_ligature_mode(1), in font_info()
282 switch (is_constant_spaced) { in get_tfont()
286 spec.is_constant_spaced = 1; in get_tfont()
290 spec.is_constant_spaced = 1; in get_tfont()
370 if (type != is_constant_spaced in set_constant_space()
373 is_constant_spaced = type; in set_constant_space()
420 if (is_constant_spaced == CONSTANT_SPACE_NONE) in get_space_width()
423 else if (is_constant_spaced == CONSTANT_SPACE_ABSOLUTE) in get_space_width()
[all …]