Home
last modified time | relevance | path

Searched refs:lineheight (Results 1 – 1 of 1) sorted by last modified time

/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_ps.c79 size_t lineheight; /* line height (AFM units) */ member
531 size_t marginx, marginy, lineheight; in pspdf_alloc() local
610 lineheight = PNT2AFM(p, ((double)p->ps->scale * 1.4)); in pspdf_alloc()
614 p->ps->header = pagey - (marginy / 2) - (lineheight / 2); in pspdf_alloc()
616 p->ps->footer = (marginy / 2) - (lineheight / 2); in pspdf_alloc()
619 p->ps->lineheight = lineheight; in pspdf_alloc()
1248 if (p->ps->psrow >= p->ps->lineheight + p->ps->bottom) { in ps_endline()
1249 p->ps->psrow -= p->ps->lineheight; in ps_endline()
1341 r = su->scale * p->ps->lineheight; in ps_hspan()