aboutsummaryrefslogtreecommitdiffstats
path: root/arabtype.h
diff options
context:
space:
mode:
authorWael El Oraiby <wael.eloraiby@gmail.com>2013-05-20 21:00:17 -0400
committerWael El Oraiby <wael.eloraiby@gmail.com>2013-05-20 21:00:17 -0400
commite24584da2090d7df2a1abd902deca0f88879d436 (patch)
treec1f8360c41bc84285d306de33e34111476cdf3df /arabtype.h
parent85b743e651de927f9fe0491aa45bb4acea2ee733 (diff)
first version - missing lam alef ligature
Diffstat (limited to 'arabtype.h')
-rw-r--r--arabtype.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/arabtype.h b/arabtype.h
new file mode 100644
index 0000000..b79ee3f
--- /dev/null
+++ b/arabtype.h
@@ -0,0 +1,17 @@
+/*
+** Arabtype Copyright 2012-2013(c) Wael El Oraiby. All Rights Reserved
+** see README.md file for license
+*/
+#ifndef ARABTYPE_H
+#define ARABTYPE_H
+#ifdef __cplusplus
+extern "C" {
+#endif // __cplusplus
+
+uint32_t get_presentation_form_b(uint32_t prev, uint32_t next, uint32_t cp);
+
+#ifdef __cplusplus
+}
+#endif // __cplusplus
+
+#endif // ARABTYPE_H