Lines Matching refs:fontsize
450 int fontsize;480 fontsize = info.vi_cheight;482 fontsize = scp->font_size;484 if (fontsize < 14)485 fontsize = 8;486 else if (fontsize >= 16)487 fontsize = 16;489 fontsize = 14;491 switch (fontsize) {528 scp->ysize = scp->ypixel / fontsize;533 scp->font_size = fontsize;