Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TFont = class(TFPCustomFont)
![]() |
constructor Create; override; |
![]() |
destructor Destroy; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
procedure Assign(const ALogFont: TLogFont); |
![]() |
function IsEqual(AFont: TFont): boolean; virtual; |
![]() |
procedure BeginUpdate; |
![]() |
procedure EndUpdate; |
![]() |
function HandleAllocated: boolean; |
![]() |
function IsDefault: boolean; |
![]() |
property Handle: HFONT read GetHandle write SetHandle; |
![]() |
property PixelsPerInch: Integer read FPixelsPerInch write FPixelsPerInch; |
![]() |
property CanUTF8: boolean read FCanUTF8; |
![]() |
property IsMonoSpace: boolean read FIsMonoSpace; |
![]() |
property CharSet: TFontCharSet read GetCharSet write SetCharSet default DEFAULT_CHARSET; |
![]() |
property Color: TColor read FColor write SetColor default clWindowText; |
![]() |
property Height: Integer read GetHeight write SetHeight; |
![]() |
property Name: string read GetName write SetName stored IsNameStored; |
![]() |
property Pitch: TFontPitch read GetPitch write SetPitch default fpDefault; |
![]() |
property Size: Integer read GetSize write SetSize stored false; |
![]() |
property Style: TFontStyles read GetStyle write SetStyle; |
![]() |
constructor Create; override; |
![]() |
destructor Destroy; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
procedure Assign(const ALogFont: TLogFont); |
![]() |
function IsEqual(AFont: TFont): boolean; virtual; |
![]() |
procedure BeginUpdate; |
![]() |
procedure EndUpdate; |
![]() |
function HandleAllocated: boolean; |
![]() |
function IsDefault: boolean; |
![]() |
property Handle: HFONT read GetHandle write SetHandle; |
![]() |
property PixelsPerInch: Integer read FPixelsPerInch write FPixelsPerInch; |
![]() |
property CanUTF8: boolean read FCanUTF8; |
![]() |
property IsMonoSpace: boolean read FIsMonoSpace; |
![]() |
property CharSet: TFontCharSet read GetCharSet write SetCharSet default DEFAULT_CHARSET; |
![]() |
property Color: TColor read FColor write SetColor default clWindowText; |
![]() |
property Height: Integer read GetHeight write SetHeight; |
![]() |
property Name: string read GetName write SetName stored IsNameStored; |
![]() |
property Pitch: TFontPitch read GetPitch write SetPitch default fpDefault; |
![]() |
property Size: Integer read GetSize write SetSize stored false; |
![]() |
property Style: TFontStyles read GetStyle write SetStyle; |