From 07b0e5e758d77e6b9b3049e13cb386128be1592c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 24 Feb 2016 13:35:11 +0100 Subject: Add fz_show_string function and move wmode argument to end. --- source/xps/xps-glyphs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/xps') diff --git a/source/xps/xps-glyphs.c b/source/xps/xps-glyphs.c index 689209cd..624276f8 100644 --- a/source/xps/xps-glyphs.c +++ b/source/xps/xps-glyphs.c @@ -450,7 +450,7 @@ xps_parse_glyphs_imp(fz_context *ctx, xps_document *doc, const fz_matrix *ctm, tm.f = y - v_offset; } - fz_show_glyph(ctx, text, font, is_sideways, &tm, glyph_index, char_code); + fz_show_glyph(ctx, text, font, &tm, glyph_index, char_code, is_sideways); x += advance * 0.01f * size; } -- cgit v1.2.3