Release a pointer to a system font.
Source position: agraphics.pas line 2290
procedure CloseFont( |
textFont: pTextFont |
); |
textFont |
|
A font pointer as returned by OpenFont() or OpenDiskFont() |
This function indicates that the font specified is no longer in use. It is used to close a font opened by OpenFont(), so that fonts that are no longer in use do not consume system resources.