Table of Contents

TFlxFont.CopyTo Method

Copies this font information to other font object.

Syntax

Unit: FlexCel.Core

procedure TFlxFont.CopyTo(var Dest: TFlxFont);

Parameters

<-> Parameter Type Description
var Dest TFlxFont Existing Font object where new data will be copied.

See also