summaryrefslogtreecommitdiff
path: root/include/bzr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bzr.h')
-rw-r--r--include/bzr.h41
1 files changed, 21 insertions, 20 deletions
diff --git a/include/bzr.h b/include/bzr.h
index f6e2530..ae4a3ee 100644
--- a/include/bzr.h
+++ b/include/bzr.h
@@ -1,21 +1,22 @@
-/* bzr.h: manipulate Bezier-format font files. See ../bzr/README
- for the precise definition of the file format.
+# bzr.h: manipulate Bezier-format font files. See ../bzr/README
+# for the precise definition of the file format.
+#
+# 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/>.
+#
-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. */
#ifndef BZR_H
#define BZR_H
@@ -36,7 +37,7 @@ extern boolean bzr_open_input_file (string filename);
/* If no output (or input) file is open, a fatal error results. */
extern void bzr_close_output_file (void);
extern void bzr_close_input_file (void);
-
+
/* Fontwide information at the beginning of the file. */
typedef struct
{
@@ -61,7 +62,7 @@ extern void bzr_put_preamble (bzr_preamble_type);
(Because this is what reads the design size of the font, and other
values in the file are scaled by that.) */
extern bzr_preamble_type bzr_get_preamble (void);
-
+
/* Character information. */
typedef struct
@@ -102,7 +103,7 @@ extern bzr_char_type *bzr_get_next_char (void);
Each spline in the `shape' element is guaranteed to have degree
`LINEAR' or `CUBIC' (see `spline.h'). */
extern bzr_char_type *bzr_get_char (one_byte code);
-
+
/* More fontwide information, this at the end of the file. */
typedef struct