Class tunitext
Unit
Declaration
type tunitext = class(TObject)
Description
Hierarchy
- TObject
- tunitext
Overview
Methods
procedure fontchanged(const sender: tobject); |
|
procedure changed; |
|
procedure checkstate; |
|
procedure matchfonts; |
|
constructor create(const atext: msestring = ''; const afont: tfont = nil); |
|
destructor destroy; override; |
|
procedure drawstring(const acanvas: tcanvas; const apos: pointty; const grayed: boolean = false); |
Properties
property font: tunifont read ffont write setfont; |
|
property text: msestring read ftext write settext; |
Description
Methods
procedure fontchanged(const sender: tobject); |
|
procedure changed; |
|
procedure checkstate; |
|
procedure matchfonts; |
|
constructor create(const atext: msestring = ''; const afont: tfont = nil); |
|
destructor destroy; override; |
|
procedure drawstring(const acanvas: tcanvas; const apos: pointty; const grayed: boolean = false); |
|
Properties
property font: tunifont read ffont write setfont; |
|
property text: msestring read ftext write settext; |
|
Generated by PasDoc 0.16.0.