Searched refs:lineheight (Results 1 – 1 of 1) sorted by relevance
79 size_t lineheight; /* line height (AFM units) */ member531 size_t marginx, marginy, lineheight; in pspdf_alloc() local610 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()