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  | |
| The data is owned by the caller of the function. | |
| left | PangoGlyph | 
| The left  | |
| right | PangoGlyph | 
| The right  |