7, /* ttfwidth */
},
};
+static int const nparams = sizeof(params) / sizeof(params[0]);
+
struct param const *param = ¶ms[0];
{{000,000,016,021,022,021,026,000,000}, -1, "germandbls.sc" },
};
+static int const nglyphs = sizeof(glyphs) / sizeof(glyphs[0]);
+
static void dolookups(struct glyph const *);
static int
main(int argc, char **argv)
{
int i;
- int const nglyphs = sizeof(glyphs) / sizeof(glyphs[0]);
- int const nparams = sizeof(params) / sizeof(params[0]);
int extraglyphs = 0;
char *endptr;
char prefix[32];
size_t plen;
int i;
- int const nglyphs = sizeof(glyphs) / sizeof(glyphs[0]);
if (g->name)
plen = sprintf(prefix, "%s.", g->name);