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

This commit is contained in:
Just van Rossum 2000-08-02 02:44:25 +00:00
parent 95e78ae7c7
commit 75ca147140
1 changed files with 3 additions and 0 deletions

View File

@ -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 );