void PEXOCCSetCharSpacing( PEXOCC context, double spacing )
void PEXSetCharSpacing( Display *display, XID resource_id, PEXOCRequestType req_type, double spacing )
None.
Invoke PEXOCCSetCharSpacing to create an attribute output command which sets the character spacing attribute in the renderer's pipeline state according to the value specified by spacing.
By setting the character spacing attribute's ASF to PEXIndividual (see PEXOCCSetIndividualASF), you use the pipeline state's character spacing entry to define the space between adjacent characters in a character string. Express the character spacing attribute (spacing) as a fraction of the character height (see PEXOCCSetCharHeight). To overlap characters, specify a negative value for spacing. When you set the character spacing attribute's ASF to PEXBundled, the implementation uses the character spacing from the text bundle table.
This function is a member of the annotation and text attribute set and affects text primitives.
For an overview and for a list of all output attribute functions, see Output Attribute Functions.