Return kerning of 2 glyphs

Is there a method to just return the kerning of 2 glyphs next to each other without having to see if it has group or kerning exceptions? just what would the kerning be for AT, or Tà etc

1 Like

GSLayer has a leftKerningForLayer_() method, which takes another layer as argument and returns the kerning value as result. Same thing with rightKerningForLayer_().

1 Like

Delete message! Solved it I think

1 Like