summaryrefslogtreecommitdiff
path: root/modules/arabic
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-08-20 19:51:39 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-08-20 19:51:39 +0000
commit872a43c7801106a02373899db39e684b4747bbaa (patch)
treee10963f2ccaf60322b612c7bf9addeb4e42733cd /modules/arabic
parent46f4e3aeeeb33d8591ba7d0b2914512d7468bbf8 (diff)
downloadpango-872a43c7801106a02373899db39e684b4747bbaa.tar.gz
modules/indic/indic-xft.c (maybe_add_GPOS_feature):
Tue Aug 20 15:42:33 2002 Owen Taylor <otaylor@redhat.com> * modules/indic/indic-xft.c (maybe_add_SUB_feature): modules/indic/indic-xft.c (maybe_add_GPOS_feature): modules/indic/indic-ot.c (getOutputIndex) modules/hebrew/hebrew-x.c (get_glyph_num) modules/basic/basic-x.c (find_char): Fix missing statics. * modules/thai/{thai-shaper.[ch] thai-xft.c thai-x.c}: Namespace the "abstract functions" that thai-xft/thai-x.c export to thai-shaper.c. * modules/arabic/arabic-{ot.[ch],ft2.c,xft.c}: Rename Assign_Arabic_Properties to Arabic_Assign_Properties.
Diffstat (limited to 'modules/arabic')
-rw-r--r--modules/arabic/arabic-fc.c2
-rw-r--r--modules/arabic/arabic-ft2.c2
-rw-r--r--modules/arabic/arabic-ot.c2
-rw-r--r--modules/arabic/arabic-ot.h2
-rw-r--r--modules/arabic/arabic-xft.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/modules/arabic/arabic-fc.c b/modules/arabic/arabic-fc.c
index b7958f2d..f4a63c0a 100644
--- a/modules/arabic/arabic-fc.c
+++ b/modules/arabic/arabic-fc.c
@@ -159,7 +159,7 @@ arabic_engine_shape (PangoFont *font,
wcs = g_utf8_to_ucs4_fast (text, length, NULL);
properties = g_new0 (gulong, n_chars);
- Assign_Arabic_Properties (wcs, properties, n_chars);
+ Arabic_Assign_Properties (wcs, properties, n_chars);
}
p = text;
diff --git a/modules/arabic/arabic-ft2.c b/modules/arabic/arabic-ft2.c
index 4ac27115..cb817e33 100644
--- a/modules/arabic/arabic-ft2.c
+++ b/modules/arabic/arabic-ft2.c
@@ -214,7 +214,7 @@ arabic_engine_shape (PangoFont *font,
wcs = g_utf8_to_ucs4_fast (text, length, NULL);
properties = g_new0 (gulong, n_chars);
- Assign_Arabic_Properties (wcs, properties, n_chars);
+ Arabic_Assign_Properties (wcs, properties, n_chars);
}
p = text;
diff --git a/modules/arabic/arabic-ot.c b/modules/arabic/arabic-ot.c
index ab2fffc4..d50bf749 100644
--- a/modules/arabic/arabic-ot.c
+++ b/modules/arabic/arabic-ot.c
@@ -283,7 +283,7 @@ static joining_class Get_Joining_Class (gunichar* string,
}
-FT_Error Assign_Arabic_Properties (gunichar *string,
+FT_Error Arabic_Assign_Properties (gunichar *string,
gulong *properties,
int length)
{
diff --git a/modules/arabic/arabic-ot.h b/modules/arabic/arabic-ot.h
index 63b79199..0be0ccf7 100644
--- a/modules/arabic/arabic-ot.h
+++ b/modules/arabic/arabic-ot.h
@@ -59,7 +59,7 @@ enum joining_class_
typedef enum joining_class_ joining_class;
-FT_Error Assign_Arabic_Properties (gunichar *string,
+FT_Error Arabic_Assign_Properties (gunichar *string,
gulong *properties,
int length);
#if 0
diff --git a/modules/arabic/arabic-xft.c b/modules/arabic/arabic-xft.c
index b7958f2d..f4a63c0a 100644
--- a/modules/arabic/arabic-xft.c
+++ b/modules/arabic/arabic-xft.c
@@ -159,7 +159,7 @@ arabic_engine_shape (PangoFont *font,
wcs = g_utf8_to_ucs4_fast (text, length, NULL);
properties = g_new0 (gulong, n_chars);
- Assign_Arabic_Properties (wcs, properties, n_chars);
+ Arabic_Assign_Properties (wcs, properties, n_chars);
}
p = text;