Class tunitext

Unit

Declaration

type tunitext = class(TObject)

Description

Hierarchy

Overview

Methods

Protected procedure fontchanged(const sender: tobject);
Protected procedure changed;
Protected procedure checkstate;
Protected procedure matchfonts;
Public constructor create(const atext: msestring = ''; const afont: tfont = nil);
Public destructor destroy; override;
Public procedure drawstring(const acanvas: tcanvas; const apos: pointty; const grayed: boolean = false);

Properties

Public property font: tunifont read ffont write setfont;
Public property text: msestring read ftext write settext;

Description

Methods

Protected procedure fontchanged(const sender: tobject);
 
Protected procedure changed;
 
Protected procedure checkstate;
 
Protected procedure matchfonts;
 
Public constructor create(const atext: msestring = ''; const afont: tfont = nil);
 
Public destructor destroy; override;
 
Public procedure drawstring(const acanvas: tcanvas; const apos: pointty; const grayed: boolean = false);
 

Properties

Public property font: tunifont read ffont write setfont;
 
Public property text: msestring read ftext write settext;
 

Generated by PasDoc 0.16.0.