Quantcast
Channel: TypeDrawers
Viewing all articles
Browse latest Browse all 4153

Contextual kerning support

$
0
0
I'm working on a type family using proportional figures as the default. Adjusting the kerning pairs for some figures causes spacing problems when those pairs are followed or preceded by certain other figures. Using contextual kerning solves the problem since it enables kerning for triplet glyph sequences.

What I’m wondering is how well this feature is supported and, for that matter, supported as the default without activating an OpenType feature in some obscure and hidden-away part of the application. InDesign and Illustrator seem to handle it just fine, but QuarkXPress, MS Publisher, Word, Corel whatever, etc., I don’t know — don’t own them. Anybody have any insights or tips on any of this.

It's the first I’ve tried this, so I’m not even sure I’m doing it correctly. Interestingly, the values seem to just be cumulative with the other kerning pair values specified elsewhere. There’s something of a lack of information I can find on coding it correctly, so it's sort of an experiment. Here’s a small piece of the code.
    lookup kernCustom {
        pos seven' -20 comma' -20 [zero one nine];
       pos seven' -20 period' -20 [zero one nine];
    } kernCustom;



Viewing all articles
Browse latest Browse all 4153

Trending Articles