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

david-pic-changes
Just van Rossum 25 years ago
parent f28b7536ca
commit 4174350526
  1. 3
      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 );

Loading…
Cancel
Save