Function

PangoFT2font_get_kerning

Declaration [src]

int
pango_ft2_font_get_kerning (
  PangoFont* font,
  PangoGlyph left,
  PangoGlyph right
)

Description [src]

Retrieves kerning information for a combination of two glyphs.

Use pango_fc_font_kern_glyphs() instead.

Parameters

font PangoFont*
 

A PangoFont

 The data is owned by the caller of the function.
left PangoGlyph
 

The left PangoGlyph

right PangoGlyph
 

The right PangoGlyph

Return value

Returns: int
 

The amount of kerning (in Pango units) to apply for the given combination of glyphs.