PEXFreeFontInfo(3) — Subroutines
Name
PEXFreeFontInfo - Free Font Info Returned by PEXListFontsWithInfo and PEXQueryFont
Synopsis
void PEXFreeFontInfo(unsigned long count, PEXFontInfo ∗font_info)
Arguments
countThe number of font info structures.
font_infoAn array of font info structures.
Returns
None
Description
This function deallocates memory returned by PEXListFontsWithInfo and PEXQueryFont.
Errors
None
See Also
PEXListFontsWithInfo, PEXQueryFont