Re: CJK fonts
Glenn Linderman <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <[email protected]> |
On 1/5/2015 12:01 PM, Andy Robinson wrote: > The slowest part in most real-world documents > is paragraph-wrapping, which requires us looking up the width of every > character to size the words. Which reminds of that what I'm not seeing in any of the font or font subsetting code is anything about kerning... is kerning a lost art with modern scalable fonts, or is it just not bothered with except in high-end typesetting applications? I sort of expected to find some kerning tables in the fonts, but haven't. At least, not yet.