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

/freebsd-11-stable/contrib/groff/src/libs/libdriver/
H A Dprinter.cpp86 : font_list(0), font_table(0), nfonts(0)
92 a_delete font_table; local
111 font_table = new font *[nfonts];
113 font_table[i] = 0;
116 font **old_font_table = font_table;
121 font_table = new font *[nfonts];
124 font_table[i] = old_font_table[i];
126 font_table[i] = 0;
131 font_table[n] = f;
214 *f = font_table[f
[all...]
/freebsd-11-stable/contrib/groff/src/include/
H A Dprinter.h91 font **font_table; member in class:printer
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp223 static font_info **font_table = 0; variable
267 font_info *f = font_table[fontno];
403 symbol f = font_table[fontno]->get_name();
404 if (font_table[fontno]->is_style()) {
412 if (font_table[fontno]->is_style())
413 return font_table[fontno]->get_name();
3827 tf = font_table[fontno]->get_tfont(fs, char_height, char_slant, fontno);
4828 assert(fontno < font_table_size && font_table[fontno] != 0);
4833 tfont *tf = font_table[fontno]->get_tfont(fs, char_height, char_slant,
4847 assert(fontno < font_table_size && font_table[fontn
[all...]
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp4399 font *f = font_table[fn];
4430 *f = font_table[fn];

Completed in 131 milliseconds