Searched defs:fonts (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_ps.c117 * We define, for the time being, three fonts: bold, oblique/italic, and
122 static const struct font fonts[TERMFONT__MAX] = { variable in typeref:struct:font
900 ps_printf(p, " %s", fonts[i].name);
916 ps_printf(p, "/BaseFont /%s\n", fonts[i].name);
943 fonts[(int)p->ps->lastf].name,
1004 p->ps->pscol += (size_t)fonts[f].gly[c].wx;
1139 wx = fonts[p->ps->lastf].gly[(int)p->ps->last-32].wx;
1255 fonts[(int)f].name, p->ps->scale);
1270 return (size_t)fonts[(int)TERMFONT_NONE].gly[c].wx;
1298 fonts[(in
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c182 * original intention to facilitate dynamic fonts can be seen
185 * traversing a list of static fonts.
187 extern struct fontlist fonts[];
197 struct fontlist fonts[] = { variable in typeref:struct:fontlist
1990 * but for the fonts currently statically built into the
1994 for (fl = fonts; fl->data; fl++) {
/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptget.c146 static const Font_t fonts[] = variable
951 return fonts[f].html[set];
953 return fonts[f].nroff[set];
961 return fonts[f].term[set];

Completed in 317 milliseconds