summaryrefslogtreecommitdiff
path: root/src/gxlayout/gxlfeatreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gxlayout/gxlfeatreg.h')
-rw-r--r--src/gxlayout/gxlfeatreg.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/gxlayout/gxlfeatreg.h b/src/gxlayout/gxlfeatreg.h
new file mode 100644
index 000000000..6f7c1306b
--- /dev/null
+++ b/src/gxlayout/gxlfeatreg.h
@@ -0,0 +1,42 @@
+/***************************************************************************/
+/* */
+/* gxlfeatreg.h */
+/* */
+/* High level interface for the font feature registry(specification) */
+/* */
+/* Copyright 2003 by */
+/* Masatake YAMATO and Redhat K.K. */
+/* */
+/* This file 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. */
+/* */
+/***************************************************************************/
+
+/***************************************************************************/
+/* Development of the code in this file is support of */
+/* Information-technology Promotion Agency, Japan. */
+/***************************************************************************/
+
+#ifndef __GXLFEATREG_H__
+#define __GXLFEATREG_H__
+
+#include <ft2build.h>
+#include FT_TYPES_H
+#include "gxltypes.h"
+#include "gxfeatreg.h"
+
+
+FT_BEGIN_HEADER
+
+FT_LOCAL( FT_Error ) gxl_feature_registry_fill_feature(GX_Feature_Registry featreg,
+ FT_Memory memory,
+ GXL_Feature feature);
+
+FT_END_HEADER
+
+#endif /* Not def: __GXLFEATREG_H__ */
+
+/* END */