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
 |
procedure CreateNode; override; |
|
 |
destructor Destroy; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
function TexCoordField: TSFNode; override; |
|
 |
function ProxyUsesOverTriangulate: boolean; override; |
|
 |
function SolidField: TSFBool; override; |
|
 |
procedure FontChanged; |
Force recalculating the shape when font changed. For now, we don't detect font changes (when TFontStyleNode.OnFont returns something different) outselves.
|
 |
procedure SetLength(const Value: array of Single); |
|
 |
procedure SetString(const Value: array of string); |
|
Properties
 |
property FdFontStyle: TSFNode read FFdFontStyle; |
|
 |
property FdLength: TMFFloat read FFdLength; |
|
 |
property FdMaxExtent: TSFFloat read FFdMaxExtent; |
|
 |
property FdSolid: TSFBool read FFdSolid; |
|
 |
property FdTexCoord: TSFNode read FFdTexCoord; |
|
 |
property FontStyle: TFontStyleNode read GetFontStyle write SetFontStyle; |
The font rendering style. Returns Nil if not assigned, or if the underlying X3D field has invalid node type assigned.
|
 |
property MaxExtent: Single read GetMaxExtent write SetMaxExtent; |
|
Generated by PasDoc 0.15.0.
|