Re: Margin kerning, inter-sentence spacing and drawings
[email protected] (Ludovic Courtès)
| Newsgroups | gmane.comp.type-setting.lout |
|---|---|
| Message-ID | <[email protected]> |
Hello! Matej Nanut <[email protected]> skribis: > Here's my question: it doesn't seem to put hyphens into the margin. Is > this deliberate? Usually, it should, but it depends on the font’s characteristics. Basically, whether to margin-kern a glyph is determined this way: + /* Determine how many subsequent characters beginning WORD_CONTENT + deserve margin kerning. Glyphs wider than the glyph for `x' will + _not_ be kerned at all, and only up to the width of the glyph for `x' + can be protruded in other cases. */ See <http://news.gmane.org/gmane.comp.type-setting.lout/692> for the original discussion. Thanks, Ludo’.