Lines Matching defs:lineheight
79 size_t lineheight; /* line height (AFM units) */
531 size_t marginx, marginy, lineheight;
610 lineheight = PNT2AFM(p, ((double)p->ps->scale * 1.4));
614 p->ps->header = pagey - (marginy / 2) - (lineheight / 2);
616 p->ps->footer = (marginy / 2) - (lineheight / 2);
619 p->ps->lineheight = lineheight;
1251 if (p->ps->psrow >= p->ps->lineheight + p->ps->bottom) {
1252 p->ps->psrow -= p->ps->lineheight;
1344 r = su->scale * p->ps->lineheight;