PEXFreeFontNames - Free Font Names Returned by PEXListFonts, PEXListFontsWithInfo


Synopsis

 
   void PEXFreeFontNames(
        unsigned long count,
        char **font_names
   )
 

Arguments

count
The number of font names.

font_names
An array of font names (null-terminated strings).

Returns

None.

Description

Invoke PEXFreeFontNames to deallocate memory returned by the PEXListFonts and PEXListFontsWithInfo functions.

Errors

None.

See Also

For a list of PEX Font functions and related topics, see PEX Fonts.