Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/groff/src/preproc/eqn/
HDtext.cpp73 struct char_info { struct
76 char_info(); argument
79 char_info::char_info() in char_info() function in char_info
84 static char_info char_table[256];
86 declare_ptable(char_info)
87 implement_ptable(char_info)
89 PTABLE(char_info) special_char_table;
93 char_info *p = special_char_table.lookup(ch); in get_special_char_spacing_type()
99 char_info *p = special_char_table.lookup(ch); in get_special_char_font_type()
105 char_info *p = special_char_table.lookup(ch); in set_special_char_type()
[all …]
/freebsd-11-stable/contrib/groff/src/utils/tfmtodit/
HDtfmtodit.cpp95 char_info_word *char_info; member in tfm
137 if (t->char_info[c - t->bc].tag == 1) { in next()
139 i = t->char_info[c - t->bc].remainder; in next()
169 : char_info(0), width(0), height(0), depth(0), italic(0), lig_kern(0), in tfm()
176 if (contains(c1) && char_info[c1 - bc].tag == 1) { in get_lig()
177 int i = char_info[c1 - bc].remainder; in get_lig()
201 return i >= bc && i <= ec && char_info[i - bc].width_index != 0; in contains()
206 return width[char_info[i - bc].width_index]; in get_width()
211 return height[char_info[i - bc].height_index]; in get_height()
216 return depth[char_info[i - bc].depth_index]; in get_depth()
[all …]
/freebsd-11-stable/contrib/groff/src/utils/hpftodit/
HDhpftodit.cpp165 struct char_info { struct
229 char_info *char_table;
669 char_table = new char_info[nchars]; in read_char_table()
/freebsd-11-stable/contrib/groff/
HDChangeLog4207 * src/utils/hpftodit/hpftodit.cc (char_info): `ascent' must be