>># 
>># Copyright 1990, 1991 by the Massachusetts Institute of Technology and
>># UniSoft Group Limited.
>># 
>># Permission to use, copy, modify, distribute, and sell this software and
>># its documentation for any purpose is hereby granted without fee,
>># provided that the above copyright notice appear in all copies and that
>># both that copyright notice and this permission notice appear in
>># supporting documentation, and that the names of MIT and UniSoft not be
>># used in advertising or publicity pertaining to distribution of the
>># software without specific, written prior permission.  MIT and UniSoft
>># make no representations about the suitability of this software for any
>># purpose.  It is provided "as is" without express or implied warranty.
>># 
>># $XConsortium: frfntinf.m,v 1.7 92/06/11 17:06:24 rws Exp $
>># 
>>#
>>TITLE XFreeFontInfo CH06
>>ASSERTION B XFreeFontInfo-1
When names is a list of font names and free_info is a
pointer to the font information both returned by a call to
XListFontsWithInfo, then a call to XFreeFontInfo frees
names, the font names specified by names and free_info.
>>STRATEGY
Get names and free_info with XListFontsWithInfo.
Call XFreeFontInfo.
Result is UNTESTED, unless an error should occur.
>>ASSERTION B XFreeFontInfo-2
When names is NULL and free_info is a pointer to the font
information structure returned by an Xlib routine, then a
call to XFreeFontInfo frees the storage associated with
free_info.
>>STRATEGY
Get font information with XLoadQueryFont.
Call XFreeFontInfo.
Result is UNTESTED, unless some error should occur.
