summaryrefslogtreecommitdiff
path: root/src/w32uniscribe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32uniscribe.c')
-rw-r--r--src/w32uniscribe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32uniscribe.c b/src/w32uniscribe.c
index 42047c3d3c7..da49036d010 100644
--- a/src/w32uniscribe.c
+++ b/src/w32uniscribe.c
@@ -487,7 +487,7 @@ uniscribe_encode_char (font, c)
int nglyphs;
result = ScriptShape (context, &(uniscribe_font->cache),
- ch, len, 20, &(items[0].a),
+ ch, len, 1, &(items[0].a),
glyphs, clusters, attrs, &nglyphs);
if (result == E_PENDING)