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
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractFontStyleNode
- TScreenFontStyleNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property FdFamily: TMFString read FFdFamily; |
![]() |
property FdHorizontal: TSFBool read FFdHorizontal; |
![]() |
property Horizontal: Boolean read GetHorizontal write SetHorizontal; |
![]() |
property FdJustify: TMFString read FFdJustify; |
![]() |
property FdLanguage: TSFString read FFdLanguage; |
![]() |
property Language: String read GetLanguage write SetLanguage; |
![]() |
property FdLeftToRight: TSFBool read FFdLeftToRight; |
![]() |
property LeftToRight: Boolean read GetLeftToRight write SetLeftToRight; |
![]() |
property FdPointSize: TSFFloat read FFdPointSize; |
![]() |
property PointSize: Single read GetPointSize write SetPointSize; |
![]() |
property FdSpacing: TSFFloat read FFdSpacing; |
![]() |
property Spacing: Single read GetSpacing write SetSpacing; |
![]() |
property FdStyle: TSFStringEnum read FFdStyle; |
![]() |
property Style: TX3DFontStyle read GetStyle write SetStyle; |
![]() |
property FdTopToBottom: TSFBool read FFdTopToBottom; |
![]() |
property TopToBottom: Boolean read GetTopToBottom write SetTopToBottom; |
Description
Methods
![]() |
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 |
![]() |
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
![]() |
property FdFamily: TMFString read FFdFamily; |
Internal wrapper for property |
![]() |
property FdHorizontal: TSFBool read FFdHorizontal; |
Internal wrapper for property Horizontal. This wrapper API may change, we advise to access simpler Horizontal instead. |
![]() |
property Horizontal: Boolean read GetHorizontal write SetHorizontal; |
This item has no description. |
![]() |
property FdJustify: TMFString read FFdJustify; |
Internal wrapper for property |
![]() |
property FdLanguage: TSFString read FFdLanguage; |
Internal wrapper for property Language. This wrapper API may change, we advise to access simpler Language instead. |
![]() |
property Language: String read GetLanguage write SetLanguage; |
This item has no description. |
![]() |
property FdLeftToRight: TSFBool read FFdLeftToRight; |
Internal wrapper for property LeftToRight. This wrapper API may change, we advise to access simpler LeftToRight instead. |
![]() |
property LeftToRight: Boolean read GetLeftToRight write SetLeftToRight; |
This item has no description. |
![]() |
property FdPointSize: TSFFloat read FFdPointSize; |
Internal wrapper for property PointSize. This wrapper API may change, we advise to access simpler PointSize instead. |
![]() |
property PointSize: Single read GetPointSize write SetPointSize; |
This item has no description. |
![]() |
property FdSpacing: TSFFloat read FFdSpacing; |
Internal wrapper for property Spacing. This wrapper API may change, we advise to access simpler Spacing instead. |
![]() |
property Spacing: Single read GetSpacing write SetSpacing; |
This item has no description. |
![]() |
property FdStyle: TSFStringEnum read FFdStyle; |
Internal wrapper for property Style. This wrapper API may change, we advise to access simpler Style instead. |
![]() |
property Style: TX3DFontStyle read GetStyle write SetStyle; |
This item has no description. |
![]() |
property FdTopToBottom: TSFBool read FFdTopToBottom; |
Internal wrapper for property TopToBottom. This wrapper API may change, we advise to access simpler TopToBottom instead. |
![]() |
property TopToBottom: Boolean read GetTopToBottom write SetTopToBottom; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.