| DirectFB Reference Manual | ||
| |||
Get the kerning to apply between two glyphs specified by their Unicode indices.
| GetKerning ( | ||||
| IDirectFBFont | * | thiz, | ||
| unsigned int | prev_index, | |||
| unsigned int | current_index, | |||
| int | * | ret_kern_x, | ||
| int | * | ret_kern_y | ||
| ); | ||||
| (C) Copyright by convergence GmbH |
|