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