>># 
>># 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: gtfntprprt.m,v 1.7 92/06/11 17:06:48 rws Exp $
>># 
>>#
>>TITLE XGetFontProperty CH06
>>ASSERTION A XGetFontProperty-1
When the property specified by the atom argument is
defined, then a call to XGetFontProperty returns the value
of the property atom in the XFontStruct named by the
argument font_struct and returns True.
>>STRATEGY
Retrieve properties that are known to be defined for the test fonts.
Verify that True is returned.
Verify that the value of the properties are correct.
>>ASSERTION A XGetFontProperty-2
When the property specified by the atom argument is not
defined, then a call to XGetFontProperty returns False.
>>STRATEGY
Use the XA_RGB_DEFAULT_MAP atom which is not defined in the xtest fonts,
(and is unlikely to be defined in a font..)
Verify that False is returned.
