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

/freebsd-11.0-release/contrib/mdocml/
H A Dterm_ps.c77 size_t lineheight; /* line height (AFM units) */ member in struct:termp_ps
540 size_t marginx, marginy, lineheight; local
608 lineheight = PNT2AFM(p, ((double)p->ps->scale * 1.4));
612 p->ps->header = pagey - (marginy / 2) - (lineheight / 2);
614 p->ps->footer = (marginy / 2) - (lineheight / 2);
617 p->ps->lineheight = lineheight;
1230 if (p->ps->psrow >= p->ps->lineheight + p->ps->bottom) {
1231 p->ps->psrow -= p->ps->lineheight;
1318 r = su->scale * p->ps->lineheight;
[all...]

Completed in 93 milliseconds