Class TBGRAFont

Unit

Declaration

type TBGRAFont = class(TBGRAColoredObject)

Description

Font property for TBGRACanvas

Hierarchy

Overview

Fields

Public Height: Integer;
Public Name: string;
Public Orientation: integer;
Public Quality: TBGRAFontQuality;
Public Style: TFontStyles;
Public Texture: IBGRAScanner;

Methods

Public constructor Create;
Public procedure Assign(Source: TObject); override;

Properties

Public property Antialiasing: Boolean read GetAntialiasing write SetAntialiasing;

Description

Fields

Public Height: Integer;

This item has no description.

Public Name: string;

This item has no description.

Public Orientation: integer;

This item has no description.

Public Quality: TBGRAFontQuality;

This item has no description.

Public Style: TFontStyles;

This item has no description.

Public Texture: IBGRAScanner;

This item has no description.

Methods

Public constructor Create;

This item has no description.

Public procedure Assign(Source: TObject); override;

This item has no description.

Properties

Public property Antialiasing: Boolean read GetAntialiasing write SetAntialiasing;

This item has no description.