PEXFreeFontInfo - Free Font Info Returned by PEXListFontsWithInfo and PEXQueryFont


Synopsis

 
   void PEXFreeFontInfo(
        unsigned long count,
        PEXFontInfo *font_info
   )
 

Arguments

count
The number of font info structures.

font_info
An array of font info structures.

Returns

None.

Description

Invoke PEXFreeFontInfo to deallocate memory returned by the PEXListFontsWithInfo and PEXQueryFont functions.

Errors

None.

See Also

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