>># 
>># 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: ldfnt.m,v 1.8 92/06/11 17:07:22 rws Exp $
>># 
>>#      SCCS:  @(#)  ENam1.mc Rel 1.4	    (7/19/91)
>>#      SCCS:  @(#)  EAll.mc Rel 1.5	    (3/12/92)
>>#
>>TITLE XLoadFont CH06
>>ASSERTION A XLoadFont-1
When name is a NULL terminated string in ISO Latin-1
encoding, then a call to XLoadFont loads the specified font
and returns its font ID.
>>STRATEGY
For each xtest font:
  Load font.
  Make some simple checks to see if a font ID is returned.
>>ASSERTION A XLoadFont-2
The font ID returned by a call to XLoadFont is usable on
any GC created for any screen of the display.
>>STRATEGY
For each visual supported for the default screen:
  Load font "xtfont1".
  Create window.
  Create GC for window.
  Set font component in GC to loaded font.
  Draw string with single character.
  Pixmap verify.
Note: this tests the GC's for the default screen. 
To test for other screens, re-run the test suite with XT_DISPLAY set 
to number of required screen.
>>ASSERTION A XLoadFont-3
Upper and lower case characters in the name argument refer
to the same font.
>>STRATEGY
Try series of name differing only in case.
Font ID is different each time so have to..
Draw string and save result in original font.
Verify that font returned using each name draws same string.
>>ASSERTION A XLoadFont-4
When the specified font does not exist, then a BadName
error occurs.
>>STRATEGY
Call test function with non-existent font as the font name argument.
Verify that a BadName error occurs.
>>ASSERTION B XLoadFont-5
When the server fails to allocate a required resource, then
a BadAlloc error occurs.
>>STRATEGY
Report UNTESTED
