aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-font.h
diff options
context:
space:
mode:
authorLauris Kaplinski <lauris@src.gnome.org>2000-09-05 07:27:06 +0800
committerLauris Kaplinski <lauris@src.gnome.org>2000-09-05 07:27:06 +0800
commit52bfd30b6c8cf8ab519fc3242b99f3a58e3629db (patch)
tree9fb2c16f1bd689f33e516676a813b6d1e5860bd0 /e-util/e-font.h
parenta8a6e0d04c834a58f1ae71d89bfc24a89c2ae395 (diff)
downloadgsoc2013-evolution-52bfd30b6c8cf8ab519fc3242b99f3a58e3629db.tar
gsoc2013-evolution-52bfd30b6c8cf8ab519fc3242b99f3a58e3629db.tar.gz
gsoc2013-evolution-52bfd30b6c8cf8ab519fc3242b99f3a58e3629db.tar.bz2
gsoc2013-evolution-52bfd30b6c8cf8ab519fc3242b99f3a58e3629db.tar.lz
gsoc2013-evolution-52bfd30b6c8cf8ab519fc3242b99f3a58e3629db.tar.xz
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.h5
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