[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] Re: differences in hinting between 2.3.1 and HEAD
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] Re: differences in hinting between 2.3.1 and HEAD |
Date: |
Tue, 12 Jun 2007 09:14:06 +0200 (CEST) |
> Interesting thing: only Cyrillic symbols are affected, while Latin
> symbols, ciphers and punctuation marks are rendered exactly the same
> way!
This is probably caused by the new default for the fallback hinter:
It's no longer `latin' but `cjk'. It seems that this needs some more
fine tuning. Please try to set
#define AF_SCRIPT_LIST_DEFAULT 1
instead of value 2 in afglobal.c and report the results.
Werner