summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype2/freetype-2.4.7/src/otvalid/otvalid.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-10-20 11:50:24 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-10-20 11:50:24 +0000
commitae412569bd091f2ba5b7323a86382c6095f7e35f (patch)
tree8be13821e004df938c43a6fb1adc12b9c96fe00a /Build/source/libs/freetype2/freetype-2.4.7/src/otvalid/otvalid.c
parent784d0322464c748d7f9f43c8d41f7feea7b22199 (diff)
freetype2 2.4.7
git-svn-id: svn://tug.org/texlive/trunk@24339 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/freetype2/freetype-2.4.7/src/otvalid/otvalid.c')
-rw-r--r--Build/source/libs/freetype2/freetype-2.4.7/src/otvalid/otvalid.c31
1 files changed, 31 insertions, 0 deletions
diff --git a/Build/source/libs/freetype2/freetype-2.4.7/src/otvalid/otvalid.c b/Build/source/libs/freetype2/freetype-2.4.7/src/otvalid/otvalid.c
new file mode 100644
index 00000000000..d5c2b75abb6
--- /dev/null
+++ b/Build/source/libs/freetype2/freetype-2.4.7/src/otvalid/otvalid.c
@@ -0,0 +1,31 @@
+/***************************************************************************/
+/* */
+/* otvalid.c */
+/* */
+/* FreeType validator for OpenType tables (body only). */
+/* */
+/* Copyright 2004, 2007 by */
+/* David Turner, Robert Wilhelm, and Werner Lemberg. */
+/* */
+/* This file is part of the FreeType project, and may only be used, */
+/* modified, and distributed under the terms of the FreeType project */
+/* license, LICENSE.TXT. By continuing to use, modify, or distribute */
+/* this file you indicate that you have read the license and */
+/* understand and accept it fully. */
+/* */
+/***************************************************************************/
+
+#define FT_MAKE_OPTION_SINGLE_OBJECT
+
+#include <ft2build.h>
+
+#include "otvbase.c"
+#include "otvcommn.c"
+#include "otvgdef.c"
+#include "otvgpos.c"
+#include "otvgsub.c"
+#include "otvjstf.c"
+#include "otvmath.c"
+#include "otvmod.c"
+
+/* END */