Remove a font from the system list.
Source position: agraphics.pas line 2061
procedure RemFont( |
TextFont: PTextFont |
); |
TextFont |
|
the TextFont structure to remove. |
This function removes a font from the system, ensuring that access to it is restricted to those applications that currently have an active pointer to it: i.e. no new SetFont() requests to this font are satisfied.
|
Get a pointer to a system font. |
|
|
Release a pointer to a system font. |
|
|
Set the text font and attributes in a RastPort. |
|
|
Add a font to the system list |