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

/openbsd-current/usr.bin/mandoc/
H A Dterm_ps.c54 struct glyph gly[MAXCHAR]; /* glyph metrics */ member in struct:font
1029 p->ps->pscol += (size_t)fonts[f].gly[c].wx;
1080 wx = fonts[p->ps->lastf].gly[(int)p->ps->last-32].wx;
1289 return (size_t)fonts[(int)TERMFONT_NONE].gly[c].wx;
1317 fonts[(int)TERMFONT_NONE].gly[109 - 32].wx;
1321 fonts[(int)TERMFONT_NONE].gly[110 - 32].wx;
1328 fonts[(int)TERMFONT_NONE].gly[109 - 32].wx / 100.0;

Completed in 70 milliseconds