summaryrefslogtreecommitdiff
path: root/modules/thai/thai-x.c
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/thai/thai-x.c
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/thai/thai-x.c')
-rw-r--r--modules/thai/thai-x.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/thai/thai-x.c b/modules/thai/thai-x.c
index dbd15b64..5bfd0b09 100644
--- a/modules/thai/thai-x.c
+++ b/modules/thai/thai-x.c
@@ -55,7 +55,7 @@ static PangoEngineInfo script_engines[] = {
* #PangoFont. This is computed once per font and cached for later retrieval.
*/
ThaiFontInfo *
-get_font_info (PangoFont *font)
+thai_get_font_info (PangoFont *font)
{
static const char *charsets[] = {
"tis620-2",
@@ -126,13 +126,13 @@ get_font_info (PangoFont *font)
}
PangoGlyph
-make_glyph (ThaiFontInfo *font_info, unsigned int c)
+thai_make_glyph (ThaiFontInfo *font_info, unsigned int c)
{
return PANGO_X_MAKE_GLYPH (font_info->subfont, c);
}
PangoGlyph
-make_unknown_glyph (ThaiFontInfo *font_info, unsigned int c)
+thai_make_unknown_glyph (ThaiFontInfo *font_info, unsigned int c)
{
return pango_x_get_unknown_glyph (font_info->font);
}
@@ -143,7 +143,7 @@ thai_engine_get_coverage (PangoFont *font,
{
PangoCoverage *result = pango_coverage_new ();
- ThaiFontInfo *font_info = get_font_info (font);
+ ThaiFontInfo *font_info = thai_get_font_info (font);
if (font_info->font_set != THAI_FONT_NONE)
{