Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
PS_ADD_KERNING(3)	    Library Functions Manual	       PS_ADD_KERNING(3)

	   uwe@steinmann.cx
     UWE STEINMANN 2007Uwe SteinmannJul 2, 2007;

NAME
     PS_add_kerning -- Add new kerning to font

SYNOPSIS
     #include <pslib.h>

     void PS_add_kerning(PSDoc *psdoc, int fontid, const char *glyphname1, const
     char *glyphname2, int kern)

DESCRIPTION
     Adds a new kerning pair to an already loaded font. This function
     was  mainly  provided  to	add  kerning  information to Type3 fonts created
		    with   PS_begin_font(3),   but   it   can	also   be   used
		    for fonts loaded with PS_findfont(3).

     PS_add_kerning has been introduced in version	       0.4.0 of pslib.

SEE ALSO
     PS_add_ligature(3)

AUTHOR
     This manual page was written by Uwe Steinmann uwe@steinmann.cx.

							       PS_ADD_KERNING(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=PS_add_kerning&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help