Method
PangoFcFontkern_glyphs
Declaration [src]
void
pango_fc_font_kern_glyphs (
  PangoFcFont* font,
  PangoGlyphString* glyphs
)
Description [src]
This function used to adjust each adjacent pair of glyphs
in glyphs according to kerning information in font.
Since 1.44, it does nothing.
| Available since: | 1.4 | 
| Deprecated since: | 1.32 | 
| Please do not use it in newly written code. | |
Parameters
| glyphs | PangoGlyphString | 
| A  | |
| The data is owned by the caller of the function. |