summaryrefslogtreecommitdiff
path: root/src/autofit/afranges.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/autofit/afranges.c')
-rw-r--r--src/autofit/afranges.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/autofit/afranges.c b/src/autofit/afranges.c
index 6f9a6b085..a96e6cb61 100644
--- a/src/autofit/afranges.c
+++ b/src/autofit/afranges.c
@@ -132,6 +132,24 @@
};
+ const AF_Script_UniRangeRec af_bamu_uniranges[] =
+ {
+ AF_UNIRANGE_REC( 0xA6A0, 0xA6FF ), /* Bamum */
+#if 0
+ /* The characters in the Bamum supplement are pictograms, */
+ /* not (directly) related to the syllabic Bamum script */
+ AF_UNIRANGE_REC( 0x16800, 0x16A3F ), /* Bamum Supplement */
+#endif
+ AF_UNIRANGE_REC( 0, 0 )
+ };
+
+ const AF_Script_UniRangeRec af_bamu_nonbase_uniranges[] =
+ {
+ AF_UNIRANGE_REC( 0xA6F0, 0xA6F1 ),
+ AF_UNIRANGE_REC( 0, 0 )
+ };
+
+
const AF_Script_UniRangeRec af_beng_uniranges[] =
{
AF_UNIRANGE_REC( 0x0980, 0x09FF ), /* Bengali */