Lines Matching refs:fonts
117 * We define, for the time being, three fonts: bold, oblique/italic, and
122 static const struct font fonts[TERMFONT__MAX] = {
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[(int)TERMFONT_NONE].gly[109 - 32].wx;
1302 fonts[(int)TERMFONT_NONE].gly[110 - 32].wx;
1309 fonts[(int)TERMFONT_NONE].gly[109 - 32].wx / 100.0;