[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

AddFont

Add a font to the system list

Declaration

Source position: agraphics.pas line 2134

procedure AddFont(

  TextFont: PTextFont

);

Arguments

TextFont

  

A TextFont structure in public ram.

Description

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.

See also

SetFont

  

Set the text font and attributes in a RastPort.

RemFont

  

Remove a font from the system list.


Documentation generated on: 2017-01-10