Unit 'orca_scene3d' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_orca3d]

TD3Text3D

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

Declaration

Source position: orca_scene3d.pas line 2047

type TD3Text3D = class(TD3Shape3D)

protected

  procedure FontChanged();

  

  procedure Paint; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function GetTextBounds;

  

  function GetPathBounds;

  

  function GetPathLength;

  

  property TextW: WideString; [rw]

  

published

  property Font: TD3Font; [rw]

  

  property HorzTextAlign: TD2TextAlign; [rw]

  

  property VertTextAlign: TD2TextAlign; [rw]

  

  property Text: string; [rw]

  

  property Stretch: Boolean; [rw]

  

  property WordWrap: Boolean; [rw]

  

end;

Inheritance

TD3Text3D

  

|

TD3Shape3D

  

|

TD3Shape

  

|

TD3VisualObject

  

|

TD3Object

  

|

TObject



CT Web help

CodeTyphon Studio