summaryrefslogtreecommitdiff
path: root/src/tfm/tfmerr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tfm/tfmerr.h')
-rw-r--r--src/tfm/tfmerr.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/tfm/tfmerr.h b/src/tfm/tfmerr.h
new file mode 100644
index 000000000..0a1e8f8c5
--- /dev/null
+++ b/src/tfm/tfmerr.h
@@ -0,0 +1,42 @@
+/****************************************************************************
+ *
+ * tfmerr.h
+ *
+ * FreeType auxiliary TFM module error codes (specification only).
+ *
+ * Copyright 2001-2018 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.
+ *
+ */
+
+
+ /**************************************************************************
+ *
+ * This file is used to define the TFM auxiliary module error enumeration
+ * constants.
+ *
+ */
+
+#ifndef TFMERR_H_
+#define TFMERR_H_
+
+#include FT_MODULE_ERRORS_H
+
+#undef FTERRORS_H_
+
+#undef FT_ERR_PREFIX
+#define FT_ERR_PREFIX TFM_Err_
+#define FT_ERR_BASE FT_Mod_Err_TFM
+
+#include FT_ERRORS_H
+
+#endif /* TFMERR_H_ */
+
+
+/* END */