[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpvectorial' (#fcl)

TvText

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

A text entity

Declaration

Source position: fpvectorial.pas line 191

type TvText = class(TvEntity)

public

  Value: TStringList;

  

The text itself

  Font: TvFont;

  

The font associated with the text

  constructor Create; override;

  destructor Destroy; override;

  function TryToSelect(); override;

end;

Inheritance

TvText

  

A text entity

|

TvEntity

  

An element of a vectorial document

|

TObject

Description

A text entity, rendering using a TvFont

See also

TvFont

  

A vectorial drawing Font


Documentation generated on: Oct 09 2011