Unit 'agraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

RemFont

Remove a font from the system list.

Declaration

Source position: agraphics.pas line 2374

procedure RemFont(

  TextFont: PTextFont

);

Arguments

TextFont

  

the TextFont structure to remove.

Description

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.

See also

OpenFont

  

Get a pointer to a system font.

CloseFont

  

Release a pointer to a system font.

SetFont

  

Set the text font and attributes in a RastPort.

AddFont

  

Add a font to the system list


Documentation generated on: 2021-07-30