summaryrefslogtreecommitdiff
path: root/charspace/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'charspace/output.c')
-rw-r--r--charspace/output.c40
1 files changed, 20 insertions, 20 deletions
diff --git a/charspace/output.c b/charspace/output.c
index 5083ffe..45b28e6 100644
--- a/charspace/output.c
+++ b/charspace/output.c
@@ -1,20 +1,20 @@
-/* output.c: use the `char_type's' information to output a new font.
-
-Copyright (C) 1992, 2011 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
-the Free Software Foundation; either version 3, or (at your option)
-any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+# output.c: use the `char_type's' information to output a new font.
+#
+# Copyright (C) 1992, 2011 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
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
#include "config.h"
@@ -49,7 +49,7 @@ static void update_tfm_info_from_symtab (tfm_global_info_type *);
static void write_gf (bitmap_font_type, char_type *[]);
static void write_tfm (char_type *[]);
static boolean write_tfm_char (charcode_type, char_type *[]);
-
+
/* Output a TFM and (optionally) GF file with the characters in CHARS.
Use the characters from BITMAP_FONT for the shapes. We use an
existing TFM file, the encoding file, and command line arguments to
@@ -63,7 +63,7 @@ output_font (bitmap_font_type bitmap_font, char_type *chars[])
if (!no_gf)
write_gf (bitmap_font, chars);
}
-
+
/* Write a TFM file with CHARS. */
static void
@@ -298,7 +298,7 @@ finalize_lig_list (tfm_char_type *c, char_type *chars[])
/* Insert the good list. */
TFM_LIGATURE (*c) = good_list;
}
-
+
/* Write a GF file using BITMAP_FONT and CHARS. Don't overwrite an
existing file named `BITMAP_FONT_FILENAME (FONT)'. */