Name
FreeFont -- free font handle (V10.0)
Synopsis
void FreeFont(APTR handle);
Function
This function must free the specified font handle that has been allocated by your plugin's LoadFont() function. Hollywood will call FreeFont() when it is done with your font.

Inputs
handle
font handle returned by LoadFont()

Show TOC