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

/macosx-10.10/groff-38/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...]
/macosx-10.10/emacs-93/emacs/src/
H A Dfontset.h29 /* This data type is used for the font_table field of window system
235 (FONT_INFO) - (FRAME_X_DISPLAY_INFO ((F))->font_table)
242 ? (FRAME_X_DISPLAY_INFO ((F))->font_table + (ID)) \
H A Dmacterm.h105 struct font_info *font_table; member in struct:mac_display_info
107 /* The current capacity of font_table. */
110 /* Minimum width over all characters in all fonts in font_table. */
113 /* Minimum font height over all fonts in font_table. */
153 font_table[n] is used and valid iff 0 <= n < n_fonts. 0 <=
154 n_fonts <= font_table_size and font_table[i].name != 0. */
371 #define FRAME_MAC_FONT_TABLE(f) (FRAME_MAC_DISPLAY_INFO (f)->font_table)
H A Dw32term.h155 struct font_info *font_table;
157 /* The current capacity of font_table. */
160 /* Minimum width over all characters in all fonts in font_table. */
163 /* Minimum font height over all fonts in font_table. */
203 font_table[n] is used and valid iff 0 <= n < n_fonts. 0 <=
204 n_fonts <= font_table_size. and font_table[i].name != 0. */
426 #define FRAME_W32_FONT_TABLE(f) (FRAME_W32_DISPLAY_INFO (f)->font_table)
153 struct font_info *font_table; member in struct:w32_display_info
H A Dw32bdf.c753 dpyinfo->font_table
762 dpyinfo->font_table
763 = (struct font_info *) xrealloc (dpyinfo->font_table,
768 fontp = dpyinfo->font_table + dpyinfo->n_fonts;
H A Dxterm.h211 struct font_info *font_table;
216 /* Minimum width over all characters in all fonts in font_table. */
219 /* Minimum font height over all fonts in font_table. */
259 font_table[n] is used and valid iff 0 <= n < n_fonts. 0 <=
260 n_fonts <= font_table_size and font_table[i].name != 0. */
732 #define FRAME_X_FONT_TABLE(f) (FRAME_X_DISPLAY_INFO (f)->font_table)
208 struct font_info *font_table; member in struct:x_display_info
H A Dw32fns.c4528 if (dpyinfo->font_table[i].name
4529 && (!strcmp (dpyinfo->font_table[i].name,
4531 || !strcmp (dpyinfo->font_table[i].full_name,
4533 return (dpyinfo->font_table + i);
4642 if (dpyinfo->font_table[i].name == NULL)
4651 sz = dpyinfo->font_table_size * sizeof *dpyinfo->font_table;
4652 dpyinfo->font_table
4653 = (struct font_info *) xrealloc (dpyinfo->font_table, sz);
4656 fontp = dpyinfo->font_table + i;
4769 if ((dpyinfo->font_table[
[all...]
H A Dxterm.c10022 if (dpyinfo->font_table[i].name
10023 && font == dpyinfo->font_table[i].font)
10073 if (dpyinfo->font_table[i].name)
10075 struct font_info *fontp = dpyinfo->font_table + i;
10121 if (dpyinfo->font_table[i].name
10122 && (!strcmp (dpyinfo->font_table[i].name,
10124 || !strcmp (dpyinfo->font_table[i].full_name,
10126 return (dpyinfo->font_table + i);
10162 if (dpyinfo->font_table[i].name == NULL)
10171 sz = dpyinfo->font_table_size * sizeof *dpyinfo->font_table;
[all...]
H A Dmacterm.c8000 if (dpyinfo->font_table[i].name
8001 && font == dpyinfo->font_table[i].font)
8045 if (dpyinfo->font_table[i].name)
8047 struct font_info *fontp = dpyinfo->font_table + i;
8545 if (dpyinfo->font_table[i].name
8546 && (!strcmp (dpyinfo->font_table[i].name,
8548 || !strcmp (dpyinfo->font_table[i].full_name,
8550 return (dpyinfo->font_table + i);
8571 if (dpyinfo->font_table[i].name == NULL)
8580 sz = dpyinfo->font_table_size * sizeof *dpyinfo->font_table;
[all...]
H A Dw32term.c6030 if (dpyinfo->font_table[i].name
6031 && font == dpyinfo->font_table[i].font)
6079 if (dpyinfo->font_table[i].name)
6081 struct font_info *fontp = dpyinfo->font_table + i;
6337 xfree (dpyinfo->font_table);
H A Dmacfns.c3385 if (dpyinfo->font_table[i].name)
3387 mac_unload_font (dpyinfo, dpyinfo->font_table[i].font);
H A Dxfns.c4146 if (dpyinfo->font_table[i].name)
4148 XFreeFont (dpyinfo->display, dpyinfo->font_table[i].font);
H A Dxfaces.c1048 struct font_info *font_info = dpyinfo->font_table + i;
/macosx-10.10/groff-38/groff/src/include/
H A Dprinter.h91 font **font_table; member in class:printer
/macosx-10.10/groff-38/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...]
/macosx-10.10/groff-38/groff/src/devices/grohtml/
H A Dpost-html.cpp4399 font *f = font_table[fn];
4430 *f = font_table[fn];

Completed in 486 milliseconds