Reference Manual - 0.9.25
IDirectFBFont   GetKerning

Get the kerning to apply between two glyphs specified by their Unicode indices.

GetKerning (
  IDirectFBFont   * thiz,
  unsigned int   prev_index,
  unsigned int   current_index,
  int   * ret_kern_x,
  int   * ret_kern_y
);