summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype2/freetype-2.3.11/src/pcf/pcf.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-10 13:53:23 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-10 13:53:23 +0000
commit84ef24a5151f308cbe96edd705d1cdedd98a4210 (patch)
treec6b9f12b2ec710122d7187c7903421eecb3750f4 /Build/source/libs/freetype2/freetype-2.3.11/src/pcf/pcf.c
parent14166266211e0a96d0c3f37854ea4f5d98b12a0c (diff)
Import freetype-2.3.11
git-svn-id: svn://tug.org/texlive/trunk@15979 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/freetype2/freetype-2.3.11/src/pcf/pcf.c')
-rw-r--r--Build/source/libs/freetype2/freetype-2.3.11/src/pcf/pcf.c36
1 files changed, 36 insertions, 0 deletions
diff --git a/Build/source/libs/freetype2/freetype-2.3.11/src/pcf/pcf.c b/Build/source/libs/freetype2/freetype-2.3.11/src/pcf/pcf.c
new file mode 100644
index 00000000000..11d5b7b2a06
--- /dev/null
+++ b/Build/source/libs/freetype2/freetype-2.3.11/src/pcf/pcf.c
@@ -0,0 +1,36 @@
+/* pcf.c
+
+ FreeType font driver for pcf fonts
+
+ Copyright 2000-2001, 2003 by
+ Francesco Zappa Nardelli
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+*/
+
+
+#define FT_MAKE_OPTION_SINGLE_OBJECT
+
+
+#include <ft2build.h>
+#include "pcfutil.c"
+#include "pcfread.c"
+#include "pcfdrivr.c"
+
+/* END */