.TH "PS_ADD_KERNING" "3" .SH "NAME" PS_add_kerning \(em Add new kerning to font .SH "SYNOPSIS" .PP #include .PP void PS_add_kerning(PSDoc *psdoc, int fontid, const char *glyphname1, const char *glyphname2, int kern) .SH "DESCRIPTION" .PP Adds a new kerning pair to an already loaded font. This function was mainly provided to add kerning information to Type3 fonts created with \fBPS_begin_font(3)\fP, but it can also be used for fonts loaded with \fBPS_findfont(3)\fP. .PP \fBPS_add_kerning\fP has been introduced in version 0.4.0 of pslib. .SH "SEE ALSO" .PP PS_add_ligature(3) .SH "AUTHOR" .PP This manual page was written by Uwe Steinmann uwe@steinmann.cx. .\" created by instant / docbook-to-man