Class TTextNode
Unit
X3DNodes
Declaration
type TTextNode = class(TAbstractGeometryNode)
Description
Multiline text, visualized as a set of flat and textured polygons.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
destructor Destroy; override; |
|
 |
function TexCoordField: TSFNode; override; |
|
 |
function SolidField: TSFBool; override; |
|
 |
procedure FontChanged; |
Force recalculating the shape and font texture. Call this when TFontStyleNode.CustomFont returns something different.
|
 |
procedure SetString(const Value: array of string); overload; deprecated 'use SetText'; |
Warning: this symbol is deprecated: use SetText |
 |
procedure SetString(const Value: TCastleStringList); overload; deprecated 'use SetText'; |
Warning: this symbol is deprecated: use SetText |
 |
procedure CreateNode; override; |
Create node fields and events.
|
 |
class function ClassX3DType: String; override; |
|
 |
procedure SetLength(const Value: array of Single); overload; |
|
 |
procedure SetLength(const Value: TSingleList); overload; |
|
 |
procedure SetText(const Value: array of string); overload; |
|
Properties
 |
property FdFontStyle: TSFNode read FFdFontStyle; |
Internal wrapper for property FontStyle . This wrapper API may change, we advise to access simpler FontStyle instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FdLength: TMFFloat read FFdLength; |
Internal wrapper for property Length . This wrapper API may change, we advise to access simpler Length instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FdMaxExtent: TSFFloat read FFdMaxExtent; |
Internal wrapper for property MaxExtent . This wrapper API may change, we advise to access simpler MaxExtent instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property MaxExtent: Single read GetMaxExtent write SetMaxExtent; |
|
 |
property FdMaxDisplayChars: TSFInt32 read FFdMaxDisplayChars; |
Internal wrapper for property MaxDisplayChars . This wrapper API may change, we advise to access simpler MaxDisplayChars instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property MaxDisplayChars: Integer read GetMaxDisplayChars write SetMaxDisplayChars; |
|
 |
property FdString: TMFString read FFdString; |
Internal wrapper for property Text . This wrapper API may change, we advise to access simpler Text instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FdSolid: TSFBool read FFdSolid; |
Internal wrapper for property Solid . This wrapper API may change, we advise to access simpler Solid instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FdTexCoord: TSFNode read FFdTexCoord; |
Internal wrapper for property TexCoord . This wrapper API may change, we advise to access simpler TexCoord instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property TexCoord: TX3DNode read GetTexCoord write SetTexCoord; |
|
Generated by PasDoc 0.16.0.