shithub: freetype+ttf2subf

Download patch

ref: 4174350526e14bdae31218706d232976d682ca58
parent: f28b7536ca6326972571849f03009f4552dc72f9
author: Just van Rossum <[email protected]>
date: Tue Aug 1 22:44:25 EDT 2000

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

git/fs: mount .git/fs: mount/attach disallowed
--- 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 );