Lines Matching defs:lineheight
77 size_t lineheight; /* line height (AFM units) */
540 size_t marginx, marginy, lineheight;
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;