summaryrefslogtreecommitdiff
path: root/fontconvert/output-tfm.c
diff options
context:
space:
mode:
Diffstat (limited to 'fontconvert/output-tfm.c')
-rw-r--r--fontconvert/output-tfm.c42
1 files changed, 21 insertions, 21 deletions
diff --git a/fontconvert/output-tfm.c b/fontconvert/output-tfm.c
index a15fbc2..91674bd 100644
--- a/fontconvert/output-tfm.c
+++ b/fontconvert/output-tfm.c
@@ -1,20 +1,20 @@
-/* output-tfm.c: write a TFM file.
-
-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-tfm.c: write a TFM file.
+#
+# 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"
@@ -57,7 +57,7 @@ static string output_tfm_name;
static void tfm_do_chars_defaults (void);
-
+
/* At the beginning, we can set up the output file and write the fontwide
information. This includes the fontdimen parameters (in the global
`fontdimens'), and the header bytes (in `tfm_header'), if the user
@@ -147,7 +147,7 @@ output_tfm_name);
/* Initialize the array where we will store the character information. */
tfm_chars = tfm_new_chars ();
}
-
+
/* We could do something more complicated here, if we wanted to get the
TFM information for each input font: close the first font (after
first getting everything we need), open the next one, then close it
@@ -166,7 +166,7 @@ tfm_start_font (string font_name)
if (main_input_font_p)
main_input_font_p = false;
}
-
+
/* Store the relevant information about the character C into `tfm_chars'. */
void
@@ -262,7 +262,7 @@ tfm_do_chars_defaults ()
} /* new TFM char exists */
}
}
-
+
/* Output `tfm_chars' and close up. */
void