summaryrefslogtreecommitdiff
path: root/charspace/main.c
diff options
context:
space:
mode:
authorkarl <karl>2004-04-21 21:20:20 +0000
committerkarl <karl>2004-04-21 21:20:20 +0000
commit4977c8d7c8dfdd285a7ebde805da5c793c1ce04c (patch)
tree3901313b942eb78f48bb50952d1903ff50d5d61c /charspace/main.c
parentd2ffca200655a89c5d140b66d69001e92173e3da (diff)
downloadfontutils-4977c8d7c8dfdd285a7ebde805da5c793c1ce04c.tar.gz
basic compilation
Diffstat (limited to 'charspace/main.c')
-rw-r--r--charspace/main.c56
1 files changed, 28 insertions, 28 deletions
diff --git a/charspace/main.c b/charspace/main.c
index 500c9a6..089b329 100644
--- a/charspace/main.c
+++ b/charspace/main.c
@@ -1,6 +1,6 @@
/* charspace -- find intercharacter spacing based on user information.
-Copyright (C) 1992 Free Software Foundation, Inc.
+Copyright (C) 1992, 2004 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -205,35 +205,35 @@ read_encoding_info (string user_name)
/* This is defined in version.c. */
extern string version_string;
-#define USAGE "Options:
-<font_name> should be a filename, possibly with a resolution, e.g.,
+#define USAGE "Options:\n\
+<font_name> should be a filename, possibly with a resolution, e.g.,\n\
`cmr10' or `cmr10.300'.\n" \
GETOPT_USAGE \
-"cmi-files <file1>,<file2>,...: read the CMI files
- `<file1>.<dpi>cmi', `<file2>.<dpi>cmi', etc., after reading
- `common.cmi'; default is `<font-name>.<dpi>cmi'. The <dpi>cmi is not
- appended to any of the <file>s which already have a suffix.
-dpi <unsigned>: use this resolution; default is 300.
-encoding <filename>: read ligature and other encoding information
- from <filename>.enc; there is no default. (A TFM file <font-name>.tfm
- is also read, if it exists.)
-fontdimens <fontdimen>:<real>,<fontdimen>:<real>,...: assign <value>
- to each <fontdimen> given, when outputting a TFM file. A <fontdimen>
- can be either one of the standard names (in either upper or
- lowercase), or a number between 1 and 30. Each <real> is taken to be
- in points (except in the case of the <fontdimen> `SLANT' (parameter
- 1), which is a dimensionless number).
-no-gf: don't output a GF file.
-output-file <filename>: write the TFM file to `<filename>.tfm' and the
- GF file to `<filename>.<dpi>gf'; <filename> shouldn't have a suffix;
- default is <font-name>.tfm and <font-name>.<dpi>gf, or, if those would
- overwrite the input, those preceded by `x'.
-range <char1>-<char2>: only process characters between <char1> and
- <char2>, inclusive.
-verbose: print brief progress reports on stdout.
-version: print the version number of this program.
-xheight-char <charcode>: use the height of this character as the
- default x-height (for the TFM output); default is 120 (ASCII `x').
+"cmi-files <file1>,<file2>,...: read the CMI files\n\
+ `<file1>.<dpi>cmi', `<file2>.<dpi>cmi', etc., after reading\n\
+ `common.cmi'; default is `<font-name>.<dpi>cmi'. The <dpi>cmi is not\n\
+ appended to any of the <file>s which already have a suffix.\n\
+dpi <unsigned>: use this resolution; default is 300.\n\
+encoding <filename>: read ligature and other encoding information\n\
+ from <filename>.enc; there is no default. (A TFM file <font-name>.tfm\n\
+ is also read, if it exists.)\n\
+fontdimens <fontdimen>:<real>,<fontdimen>:<real>,...: assign <value>\n\
+ to each <fontdimen> given, when outputting a TFM file. A <fontdimen>\n\
+ can be either one of the standard names (in either upper or\n\
+ lowercase), or a number between 1 and 30. Each <real> is taken to be\n\
+ in points (except in the case of the <fontdimen> `SLANT' (parameter\n\
+ 1), which is a dimensionless number).\n\
+no-gf: don't output a GF file.\n\
+output-file <filename>: write the TFM file to `<filename>.tfm' and the\n\
+ GF file to `<filename>.<dpi>gf'; <filename> shouldn't have a suffix;\n\
+ default is <font-name>.tfm and <font-name>.<dpi>gf, or, if those would\n\
+ overwrite the input, those preceded by `x'.\n\
+range <char1>-<char2>: only process characters between <char1> and\n\
+ <char2>, inclusive. \n\
+verbose: print brief progress reports on stdout.\n\
+version: print the version number of this program.\n\
+xheight-char <charcode>: use the height of this character as the\n\
+ default x-height (for the TFM output); default is 120 (ASCII `x').\n\
"
static string