Typophile

kerning classes problem

I am trying to introduce a class-based kerning to my font, using the technique from this tutorial:
http://blogs.adobe.com/typblography/atypi2006/atypi_Adventures_in_class_...

I defined a few classes and pairs. (See my code.) but nothing happened - they weren't applied. The only message I get is:

[WARNING] Glyph class @FLSFNT8733 redefined [C:/Users/boris/Documents/FontLab/Studio5/fontlab.fea 3]

As i saif, my font compiles correcty, bu the pairs aren't applied. Help.

update: I tried to kern my font the normal way - again it didnt work! Everything looks good in the sample panel ( that dialogue that opens from a icon in the opentype features panel), but the effect is not visible anywhere else

A basic error:

"The name of a kerning class must start with an underscore (e.g. _a)."

and

"Each kerning class and each metrics class must have exactly one key glyph defined –this is done by following one of the glyph names in the glyph definition by the quotesingle (') character. The key glyph acts as a “representative” of the class."

http://www.fontlab.ch/downloads/manuals/FLS5WinManual.zip

PS If you use a .fea file/format, it should be something like this:

@_a = [ a aacute ];

NB the double space after the "a".

what double space?

The line should read...

@_a = [ a  aacute ];

...but HTML collapses extra space characters unless they're escaped (as in &nbsp;) or inside of a <pre> element.

Captured from commoncrawl.org on 25 Apr 2015. original URL