Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 821 Bytes

DisposeFontContents.md

File metadata and controls

35 lines (21 loc) · 821 Bytes

NAME

DisposeFontContents -- Free the result from NewFontContents. (V34)

SYNOPSIS

     DisposeFontContents(fontContentsHeader)
                         A1

     VOID DisposeFontContents( struct FontContentsHeader * );

Links: 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.