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
- 
            Type: PangoFontA PangoFontThe data is owned by the caller of the function. 
- left
- 
            Type: PangoGlyphThe left PangoGlyph
- right
- 
            Type: PangoGlyphThe right PangoGlyph