[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TFont.Assign

Copies the settings from the given font.

Declaration

Source position: line 0

public procedure TFont.Assign(

  Source: TPersistent

); override;

procedure TFont.Assign(

  const ALogFont: TLogFont

);

Description

Method: TFont.Assign

Source: another font

Returns: nothing

Copies the source settings to itself

See also

#rtl.Classes.TPersistent.Assign

The latest version of this document can be found at lazarus-ccr.sourceforge.net.