diff options
-rw-r--r-- | mupdf/build.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mupdf/build.c b/mupdf/build.c index 20bb0f5d..cd6fc92b 100644 --- a/mupdf/build.c +++ b/mupdf/build.c @@ -562,8 +562,8 @@ showglyph(pdf_csi *csi, int cid) if (font->super.wmode == 1) { v = fz_getvmtx((fz_font*)font, cid); - tm.e -= v.x * gstate->size / 1000.0; - tm.f -= v.y * gstate->size / 1000.0; + tsm.e -= v.x * gstate->size / 1000.0; + tsm.f -= v.y * gstate->size / 1000.0; } trm = fz_concat(tsm, tm); |