diff options
author | Lauris Kaplinski <lauris@src.gnome.org> | 2000-09-05 07:27:06 +0800 |
---|---|---|
committer | Lauris Kaplinski <lauris@src.gnome.org> | 2000-09-05 07:27:06 +0800 |
commit | 52bfd30b6c8cf8ab519fc3242b99f3a58e3629db (patch) | |
tree | 9fb2c16f1bd689f33e516676a813b6d1e5860bd0 /e-util/e-font.h | |
parent | a8a6e0d04c834a58f1ae71d89bfc24a89c2ae395 (diff) | |
download | gsoc2013-evolution-52bfd30b6c8cf8ab519fc3242b99f3a58e3629db.tar.gz gsoc2013-evolution-52bfd30b6c8cf8ab519fc3242b99f3a58e3629db.tar.zst gsoc2013-evolution-52bfd30b6c8cf8ab519fc3242b99f3a58e3629db.zip |
New font translation code for utf-8, but commented out at moment
svn path=/trunk/; revision=5194
Diffstat (limited to 'e-util/e-font.h')
-rw-r--r-- | e-util/e-font.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/e-util/e-font.h b/e-util/e-font.h index 9616e9ef4b..90edadcc38 100644 --- a/e-util/e-font.h +++ b/e-util/e-font.h @@ -14,6 +14,7 @@ #include <glib.h> #include <gdk/gdk.h> +#include <unicode.h> #include <libgnome/gnome-defs.h> BEGIN_GNOME_DECLS @@ -59,6 +60,10 @@ int e_font_utf8_text_width (EFont *font, EFontStyle style, int e_font_utf8_char_width (EFont *font, EFontStyle style, char *text); +const gchar *e_gdk_font_encoding (GdkFont *font); +unicode_iconv_t e_uiconv_from_gdk_font (GdkFont *font); +unicode_iconv_t e_uiconv_to_gdk_font (GdkFont *font); + END_GNOME_DECLS #endif |