Class TScreenFontStyleNode

Unit

Declaration

type TScreenFontStyleNode = class(TAbstractFontStyleNode)

Description

This item has no description. Showing description inherited from TAbstractFontStyleNode.

Base node type for all font style nodes.

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;

Properties

Public property FdFamily: TMFString read FFdFamily;
Public property FdHorizontal: TSFBool read FFdHorizontal;
Public property Horizontal: Boolean read GetHorizontal write SetHorizontal;
Public property FdJustify: TMFString read FFdJustify;
Public property FdLanguage: TSFString read FFdLanguage;
Public property Language: String read GetLanguage write SetLanguage;
Public property FdLeftToRight: TSFBool read FFdLeftToRight;
Public property LeftToRight: Boolean read GetLeftToRight write SetLeftToRight;
Public property FdPointSize: TSFFloat read FFdPointSize;
Public property PointSize: Single read GetPointSize write SetPointSize;
Public property FdSpacing: TSFFloat read FFdSpacing;
Public property Spacing: Single read GetSpacing write SetSpacing;
Public property FdStyle: TSFStringEnum read FFdStyle;
Public property Style: TX3DFontStyle read GetStyle write SetStyle;
Public property FdTopToBottom: TSFBool read FFdTopToBottom;
Public property TopToBottom: Boolean read GetTopToBottom write SetTopToBottom;

Description

Methods

Public procedure CreateNode; override;

This item has no description. Showing description inherited from TAbstractFontStyleNode.CreateNode.

Automatically generated node properties.

Do not edit this file manually! To add new properties: - add them to the text files in tools/internal/x3d-nodes-to-pascal/nodes-specification/ , - and regenerate include files by running x3d-nodes-to-pascal

Public class function ClassX3DType: string; override;

This item has no description. Showing description inherited from TX3DNode.ClassX3DType.

Node type name in VRML/X3D, for this class. Normal VRML/X3D node classes should override this to return something non-empty, and then X3DType automatically will return the same value.

Empty for classes that don't have a hardcoded VRML/X3D node name, like a special TX3DUnknownNode. Such special classes should override then X3DType to return actual non-empty name there.

You usually should call X3DType. The only use of this method is that it works on classes (it's "class function"), without needing at actual instance.

Properties

Public property FdFamily: TMFString read FFdFamily;

Internal wrapper for property Family. This wrapper API may change, we advise to access simpler Family instead.

Public property FdHorizontal: TSFBool read FFdHorizontal;

Internal wrapper for property Horizontal. This wrapper API may change, we advise to access simpler Horizontal instead.

Public property Horizontal: Boolean read GetHorizontal write SetHorizontal;

This item has no description.

Public property FdJustify: TMFString read FFdJustify;

Internal wrapper for property Justify. This wrapper API may change, we advise to access simpler Justify instead.

Public property FdLanguage: TSFString read FFdLanguage;

Internal wrapper for property Language. This wrapper API may change, we advise to access simpler Language instead.

Public property Language: String read GetLanguage write SetLanguage;

This item has no description.

Public property FdLeftToRight: TSFBool read FFdLeftToRight;

Internal wrapper for property LeftToRight. This wrapper API may change, we advise to access simpler LeftToRight instead.

Public property LeftToRight: Boolean read GetLeftToRight write SetLeftToRight;

This item has no description.

Public property FdPointSize: TSFFloat read FFdPointSize;

Internal wrapper for property PointSize. This wrapper API may change, we advise to access simpler PointSize instead.

Public property PointSize: Single read GetPointSize write SetPointSize;

This item has no description.

Public property FdSpacing: TSFFloat read FFdSpacing;

Internal wrapper for property Spacing. This wrapper API may change, we advise to access simpler Spacing instead.

Public property Spacing: Single read GetSpacing write SetSpacing;

This item has no description.

Public property FdStyle: TSFStringEnum read FFdStyle;

Internal wrapper for property Style. This wrapper API may change, we advise to access simpler Style instead.

Public property Style: TX3DFontStyle read GetStyle write SetStyle;

This item has no description.

Public property FdTopToBottom: TSFBool read FFdTopToBottom;

Internal wrapper for property TopToBottom. This wrapper API may change, we advise to access simpler TopToBottom instead.

Public property TopToBottom: Boolean read GetTopToBottom write SetTopToBottom;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.