summaryrefslogtreecommitdiff
path: root/xc/lib/font/fontfile
diff options
context:
space:
mode:
authorgildea <empty>1994-02-04 11:13:47 +0000
committergildea <empty>1994-02-04 11:13:47 +0000
commitf481919e5bbced2f5cc5198e9cf2d942a820e96c (patch)
tree17cca8e171561bf5833113583fa51a80008df6a1 /xc/lib/font/fontfile
parent26967c3d3fb4e74aed67c028be279c8625c0acdd (diff)
Initial revision
Diffstat (limited to 'xc/lib/font/fontfile')
-rw-r--r--xc/lib/font/fontfile/register.c37
1 files changed, 37 insertions, 0 deletions
diff --git a/xc/lib/font/fontfile/register.c b/xc/lib/font/fontfile/register.c
new file mode 100644
index 000000000..7d1314df0
--- /dev/null
+++ b/xc/lib/font/fontfile/register.c
@@ -0,0 +1,37 @@
+/*
+ * $XConsortium$
+ *
+ * Copyright 1994 Massachusetts Institute of Technology
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation, and that the name of M.I.T. not be used in advertising or
+ * publicity pertaining to distribution of the software without specific,
+ * written prior permission. M.I.T. makes no representations about the
+ * suitability of this software for any purpose. It is provided "as is"
+ * without express or implied warranty.
+ *
+ * M.I.T. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL M.I.T.
+ * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
+ * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ */
+
+/*
+ * This is in a separate source file so that small programs
+ * such as mkfontdir that want to use the fontfile utilities don't
+ * end up dragging in code from all the renderers, which is not small.
+ */
+
+FontFileRegisterFpeFunctions()
+{
+ BitmapRegisterFontFileFunctions ();
+ SpeedoRegisterFontFileFunctions ();
+ Type1RegisterFontFileFunctions();
+
+ FontFileRegisterLocalFpeFunctions ();
+}