Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dterm_ps.c72 size_t lineheight; /* line height (AFM units) */ member
433 size_t marginx, marginy, lineheight; in pspdf_alloc() local
514 lineheight = PNT2AFM(p, ((double)p->ps->scale * 1.4)); in pspdf_alloc()
518 p->ps->header = pagey - (marginy / 2) - (lineheight / 2); in pspdf_alloc()
520 p->ps->footer = (marginy / 2) - (lineheight / 2); in pspdf_alloc()
523 p->ps->lineheight = lineheight; in pspdf_alloc()
1077 if (p->ps->psrow >= p->ps->lineheight + in ps_endline()
1079 p->ps->psrow -= p->ps->lineheight; in ps_endline()
1161 r = su->scale * p->ps->lineheight; in ps_hspan()