NAME
        DisposeFontContents -- Free the result from newfontcontents. (v34)
   SYNOPSIS
        DisposeFontContents(fontContentsHeader)
                            A1
        VOID DisposeFontContents( struct fontcontentsheader * );
   FUNCTION
        This function frees the array of fontcontents entries
        returned by newfontcontents.
   INPUTS
        fontContentsHeader - a struct fontcontentsheader pointer
            returned by newfontcontents.
   EXCEPTIONS
        This command was first made available as of version 34.
        A fontContentsHeader other than one acquired by a call
        newfontcontents will crash.
   SEE ALSO
        newfontcontents() to get structure freed here.