summaryrefslogtreecommitdiff
path: root/pango/pangowin32.c
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2001-01-07 17:08:13 +0000
committerTor Lillqvist <tml@src.gnome.org>2001-01-07 17:08:13 +0000
commitc7fca238d48e14b77d42efff9f399f6a40de2f19 (patch)
tree50209490652bb56f1a8758c35011e974c45e1e39 /pango/pangowin32.c
parent93968e4379a2893e3e8ddcbd24702100e8e91c0f (diff)
downloadpango-c7fca238d48e14b77d42efff9f399f6a40de2f19.tar.gz
Allow '+' in the filename.
2001-01-07 Tor Lillqvist <tml@iki.fi> * pango/fonts.c (pango_font_description_to_filename): Allow '+' in the filename. * pango/pangowin32.c (get_font_metrics_from_string): Adopt to new prototype for g_utf8_to_ucs4). * pango/module-defs.c.win32: Removed. * pango/module-defs-ft2.c.win32: New file, hand-written until GNU configure is used on Win32, too. * pango/makefile.mingw.in * pango/Makefile.am (EXTRA_DIST): Corresponding changes. * pango/pango.def: Update.
Diffstat (limited to 'pango/pangowin32.c')
-rw-r--r--pango/pangowin32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangowin32.c b/pango/pangowin32.c
index 5c434a7a..464fb81a 100644
--- a/pango/pangowin32.c
+++ b/pango/pangowin32.c
@@ -679,7 +679,7 @@ get_font_metrics_from_string (PangoFont *font,
n_chars = g_utf8_strlen (str, -1);
- text_ucs4 = g_utf8_to_ucs4 (str, strlen (str));
+ text_ucs4 = g_utf8_to_ucs4 (str, strlen (str), NULL, NULL, NULL);
if (!text_ucs4)
return;