https://issues.apache.org/bugzilla/show_bug.cgi?id=48766

--- Comment #4 from Vincent Hennebert <vhenneb...@gmail.com> 2010-02-18 
15:41:09 UTC ---
(In reply to comment #3)
> Currently, kerning only works for characters within the main single-byte
> encoding.

No, kerning doesn't work at all. Like I said the layout engine expects Unicode
code points while the font uses character codes. It's only a chance if they are
the same. Basically, for Adobe Standard Encoding, only the characters (and not
even all) from the Basic Latin range (U+0000–U+007F). Try “YA” vs “YÆ”, or “Fo”
vs “Fø” (kerning should be the same). All in Nimbus Sans L's base encoding.


> The implementation uses character codes, not Unicode values, for
> kerning pairs. That feature didn't make the transition from a single
> single-byte encoding to multiple single-byte encodings. Type1Loader and
> especially AFMFile will probably need to be improved to support kerning for 
> all
> available glyphs.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to