[Overview][Classes][Index] Reference for unit 'DFont' (#DEngine)

TFont

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Shrift

Declaration

Source position: DFont.pas line 14

type TFont = class(TStreamable)

public

  constructor Create();

  destructor Destroy; override;

  procedure Draw();

  

Vivodit shrift na ekran v zadannoi posicii.

  function GetWidth();

  

Vozvrashaet shirinu texta.

  function GetHeight();

  

Vozvrashaet visotu texta.

  property ID: String; [r]

  property FileName: String; [r]

  

Imya faila s texturoi.

  property Spacing: Integer; [r]

  

Rasstoyanie mejdu sosednimi bukvami.

  property Width: Integer; [r]

  

Shirina bukvi.

  property Height: Integer; [r]

  

Visota bukvi.

end;

Inheritance

TFont

  

Shrift

|

TStreamable

|

TObject