TFont Class

Represents type TFont.

Namespace: System.Graphics
TObject
  System.Classes.TPersistent
    System.Graphics.TFont
type
 TFont = class(TPersistent)
 end;

The TFont type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the TFont class.

Top
Show:
 NameDescription
Color

Represents property Color.

Name

Represents property Name.

Size

Represents property Size.

Style

Represents property Style.

Top
Show:
 NameDescription
Assign(TPersistent)

Represents method Assign(TPersistent). (Inherited from TPersistent.)

AssignTo(TPersistent)

Represents method AssignTo(TPersistent). (Inherited from TPersistent.)

GetColor

Represents method GetColor.

GetName

Represents method GetName.

GetSize

Represents method GetSize.

GetStyle

Represents method GetStyle.

SetColor(TColor)

Represents method SetColor(TColor).

SetName(String)

Represents method SetName(String).

SetSize(Integer)

Represents method SetSize(Integer).

SetStyle(TFontStyles)

Represents method SetStyle(TFontStyles).

Top