Klasse TFont

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TFont = class(TFPCustomFont)

Beschreibung

Hierarchie

Übersicht

Methoden

Public constructor Create; override;
Public destructor Destroy; override;
Public procedure Assign(Source: TPersistent); override;
Public procedure Assign(const ALogFont: TLogFont);
Public function IsEqual(AFont: TFont): boolean; virtual;
Public procedure BeginUpdate;
Public procedure EndUpdate;
Public function HandleAllocated: boolean;
Public function IsDefault: boolean;

Eigenschaften

Public property Handle: HFONT read GetHandle write SetHandle;
Public property PixelsPerInch: Integer read FPixelsPerInch write FPixelsPerInch;
Public property CanUTF8: boolean read FCanUTF8;
Public property IsMonoSpace: boolean read FIsMonoSpace;
Published property CharSet: TFontCharSet read GetCharSet write SetCharSet default DEFAULT_CHARSET;
Published property Color: TColor read FColor write SetColor default clWindowText;
Published property Height: Integer read GetHeight write SetHeight;
Published property Name: string read GetName write SetName stored IsNameStored;
Published property Pitch: TFontPitch read GetPitch write SetPitch default fpDefault;
Published property Size: Integer read GetSize write SetSize stored false;
Published property Style: TFontStyles read GetStyle write SetStyle;

Beschreibung

Methoden

Public constructor Create; override;
 
Public destructor Destroy; override;
 
Public procedure Assign(Source: TPersistent); override;
 
Public procedure Assign(const ALogFont: TLogFont);
 
Public function IsEqual(AFont: TFont): boolean; virtual;
 
Public procedure BeginUpdate;
 
Public procedure EndUpdate;
 
Public function HandleAllocated: boolean;
 
Public function IsDefault: boolean;
 

Eigenschaften

Public property Handle: HFONT read GetHandle write SetHandle;
 
Public property PixelsPerInch: Integer read FPixelsPerInch write FPixelsPerInch;
 
Public property CanUTF8: boolean read FCanUTF8;
 
Public property IsMonoSpace: boolean read FIsMonoSpace;
 
Published property CharSet: TFontCharSet read GetCharSet write SetCharSet default DEFAULT_CHARSET;
 
Published property Color: TColor read FColor write SetColor default clWindowText;
 
Published property Height: Integer read GetHeight write SetHeight;
 
Published property Name: string read GetName write SetName stored IsNameStored;
 
Published property Pitch: TFontPitch read GetPitch write SetPitch default fpDefault;
 
Published property Size: Integer read GetSize write SetSize stored false;
 
Published property Style: TFontStyles read GetStyle write SetStyle;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:58