From 30f9961d128f083bb6f447994d045878f6cc6764 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 6 May 2004 07:13:49 +0000 Subject: [PATCH] (registry): New variable. (dump_header): Include registry in the font name. (main): Handle the encoding arg of the format M-N. Without this arg, generate a font with raw-encoding. --- example/otftobdf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/example/otftobdf.c b/example/otftobdf.c index a6668e5..70f6a3a 100644 --- a/example/otftobdf.c +++ b/example/otftobdf.c @@ -111,6 +111,7 @@ dump_image (int pixel_size, int index, int code, int full) printf ("ENDCHAR\n"); } + int main (int argc, char **argv) { -- 1.7.10.4