Commit 4174350526e14bdae31218706d232976d682ca58

Just van Rossum 2000-08-02T02:44:25

Added little know adx offset to t1operator_seac() -- accent positioning now seems correct.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/src/type1z/z1gload.c b/src/type1z/z1gload.c
index 4cd4503..0a881c6 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 );