From 75ca147140cff16a9a6c83cc313c7a9722ee3b04 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Wed, 2 Aug 2000 02:44:25 +0000 Subject: [PATCH] Added little know adx offset to t1operator_seac() -- accent positioning now seems correct. --- src/type1z/z1gload.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/type1z/z1gload.c b/src/type1z/z1gload.c index 4cd450338..0a881c655 100644 --- a/src/type1z/z1gload.c +++ b/src/type1z/z1gload.c @@ -450,6 +450,9 @@ T1_Font* type1 = &face->type1; + /* seac weirdness */ + adx += decoder->builder.left_bearing.x; + bchar_index = lookup_glyph_by_stdcharcode( face, bchar ); achar_index = lookup_glyph_by_stdcharcode( face, achar );