summaryrefslogtreecommitdiff
path: root/pango/pangoft2-private.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-06-14 20:38:25 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-06-14 20:38:25 +0000
commit5ee19fca3c7c3da53ef4f000efdb3bbf4dcb1a04 (patch)
tree17a70e18597aae753e36a983150500bd9362dcfd /pango/pangoft2-private.h
parent3a42444e7f2449598106338be7e6ec9468bb7946 (diff)
downloadpango-5ee19fca3c7c3da53ef4f000efdb3bbf4dcb1a04.tar.gz
Add a new PangoLanguage type to represent language tags; these can
Sat Jun 9 17:36:09 2001 Owen Taylor <otaylor@redhat.com> * pango/pango-types.h pango/pango-utils.c: Add a new PangoLanguage type to represent language tags; these can efficiently be compared and don't need to be copied. Also add pango_language_matches() to match a language tag against a pattern. * pango/pango-item.[ch] pango/pango-layout.c: Move extra_attrs from PangoItem to PangoAnalysis. Add a language tag field to PangoAnalysis. (#55894) * pango/pango-attributes.[ch] (pango_attr_iterator_get_font): Return the language tag as well. * pango/pango-attributes.[ch]: Rename PangoAttrLang to PangoAttrLanguage, and make it hold a PangoLanguage. * pango/pango-context.[ch]: Rename pango_context_{get,set}_lang() to pango_context_{get,set}_language(). * **.[ch]: Adapt to PangoLanguage and s/lang/language/ changes. * modules/basic/basic-x.c modules/basic/tables-big.i: Add support for ordering character sets differently for different language tags. * pango/itemize.c: Remove old, unused file. * pango/pango-context.c (pango_itemize): Reduce number of mallocs by allocating one array of PangoAnalysis instead of many arrays.
Diffstat (limited to 'pango/pangoft2-private.h')
-rw-r--r--pango/pangoft2-private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pangoft2-private.h b/pango/pangoft2-private.h
index 460f993d..ff53c4ef 100644
--- a/pango/pangoft2-private.h
+++ b/pango/pangoft2-private.h
@@ -110,10 +110,10 @@ struct _PangoFT2FontEntry
GSList *cached_fonts;
};
-PangoMap *pango_ft2_get_shaper_map (const char *lang);
+PangoMap *pango_ft2_get_shaper_map (PangoLanguage *language);
PangoCoverage *pango_ft2_font_entry_get_coverage (PangoFT2FontEntry *entry,
PangoFont *font,
- const char *lang);
+ PangoLanguage *language);
void pango_ft2_font_entry_remove (PangoFT2FontEntry *entry,
PangoFont *font);
FT_Library *pango_ft2_fontmap_get_library (PangoFontMap *fontmap);