summaryrefslogtreecommitdiff
path: root/gf/gf_output.c
diff options
context:
space:
mode:
Diffstat (limited to 'gf/gf_output.c')
-rw-r--r--gf/gf_output.c44
1 files changed, 22 insertions, 22 deletions
diff --git a/gf/gf_output.c b/gf/gf_output.c
index 60a93e4..3978df4 100644
--- a/gf/gf_output.c
+++ b/gf/gf_output.c
@@ -1,20 +1,20 @@
-/* gf_output.c: write objects to one GF 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. */
+# gf_output.c: write objects to one GF 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"
@@ -53,7 +53,7 @@ static void put_bitmap (bitmap_type);
static void put_paint (unsigned);
static void put_skip (unsigned);
static void put_new_row (unsigned);
-
+
/* Low-level output. These macros call the corresponding routines in
fontutils, using the static variables for the input file and filename. */
@@ -64,7 +64,7 @@ static void put_new_row (unsigned);
#define GF_PUT_FOUR(n) put_four (n, gf_output_file, gf_output_filename)
#define GF_PUT_SIGNED_FOUR(n) \
put_signed_four (n, gf_output_file, gf_output_filename);
-
+
/* Routines to start and end writing a file. (For the user to call.)
We make sure the caller can't have two output files open
simultaneously. */
@@ -97,7 +97,7 @@ gf_close_output_file ()
gf_output_filename = NULL;
gf_output_file = NULL;
}
-
+
/* Write the preamble. */
void
@@ -121,7 +121,7 @@ gf_put_preamble (string comment)
for (c = 0; c < comment_length; c++)
GF_PUT_BYTE (*(comment + c));
}
-
+
/* Write the postamble. */
void
@@ -210,7 +210,7 @@ init_locators ()
for (this_char = 0; this_char <= MAX_CHARCODE; this_char++)
char_loc[this_char].char_pointer = NULL_BYTE_PTR;
}
-
+
/* Do what's necessary to prepare for outputting a character. */
static void