Searched refs:CharsPerInch (Results 1 – 3 of 3) sorted by relevance
41 float CharsPerInch = 10; /* Number of character columns per inch */ variable555 CharsPerInch = 12; in TextMain()619 CharsPerInch = atof(val); in TextMain()621 if (CharsPerInch <= 0.0) in TextMain()625 fprintf(stderr, "ERROR: Bad cpi value %f.\n", CharsPerInch); in TextMain()650 SizeColumns = (PageRight - PageLeft) / 72.0 * CharsPerInch; in TextMain()
334 ColumnGutter = CharsPerInch / 2; in WriteProlog()824 FontScaleX=120.0 / CharsPerInch; in WriteProlog()1035 x += (float)col * 72.0f / (float)CharsPerInch; in write_string()1048 x + (float)len * 72.0 / (float)CharsPerInch, in write_string()1161 return (float)len * 72.0 / (float)CharsPerInch; in stringwidth_x()
79 extern float CharsPerInch, /* Number of character columns per inch */