Add a font to the system list
Source position: agraphics.pas line 2255
procedure AddFont( |
textFont: pTextFont |
); |
textFont |
|
A TextFont structure in public ram. |
This function adds the text font to the system, making it available for use by any application. The font added must be in public memory, and remain until successfully removed. This function will set the tf_Accessors to 0.
|
Set the text font and attributes in a RastPort. |
|
|
Remove a font from the system list. |