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

/freebsd-10.1-release/contrib/mdocml/
H A Dterm_ps.c72 size_t lineheight; /* line height (AFM units) */ member in struct:termp_ps
433 size_t marginx, marginy, lineheight; local
514 lineheight = PNT2AFM(p, ((double)p->ps->scale * 1.4));
518 p->ps->header = pagey - (marginy / 2) - (lineheight / 2);
520 p->ps->footer = (marginy / 2) - (lineheight / 2);
523 p->ps->lineheight = lineheight;
1077 if (p->ps->psrow >= p->ps->lineheight +
1079 p->ps->psrow -= p->ps->lineheight;
1161 r = su->scale * p->ps->lineheight;
[all...]

Completed in 43 milliseconds