/* * dpicheck of dvips.c. Checks the dots per inch to make sure * it exists. The fonts which exist are DPI at the appropriate * magnifications. */ #include "structures.h" /* * This macro multiplies an integer by a float, and returns * the *rounded* value. It is important that it do this * correctly. */ #define scale(a,b) (i=a*b*2.0,(i