Class TFontStyleNode
Unit
X3DNodes
Declaration
type TFontStyleNode = class(TAbstractFontStyleNode)
Description
Defines the size, family, style and other properties used for TTextNode.
Hierarchy
Overview
Fields
Methods
Properties
Description
Fields
 |
nested const DefaultSize = 1.0; |
|
 |
nested const DefaultSpacing = 1.0; |
|
 |
nested const DefaultFamily = ffSerif; |
|
 |
nested const DefaultBold = false; |
|
 |
nested const DefaultItalic = false; |
|
 |
nested const DefaultJustify = fjBegin; |
|
 |
nested const DefaultJustifyMinor = fjFirst; |
|
 |
nested const DefaultBlending = true; |
|
Methods
 |
constructor Create(const AX3DName: string = ''; const ABaseUrl: String = ''); override; |
|
 |
destructor Destroy; override; |
|
 |
class function ForVRMLVersion(const Version: TX3DVersion): boolean; override; |
|
 |
procedure CreateNode; override; |
Create node fields and events.
|
 |
class function ClassX3DType: String; override; |
|
Properties
 |
property JustifyMinor: TX3DFontJustify read GetJustifyMinor write SetJustifyMinor; |
|
 |
property Bold: boolean read GetBold write SetBold; |
|
 |
property Italic: boolean read GetItalic write SetItalic; |
|
 |
property FdFamily: TMFString read FFdFamily; |
Internal wrapper for property Family . This wrapper API may change, we advise to access simpler Family instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FdHorizontal: TSFBool read FFdHorizontal; |
Internal wrapper for property Horizontal . This wrapper API may change, we advise to access simpler Horizontal instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Horizontal: Boolean read GetHorizontal write SetHorizontal; |
|
 |
property FdJustify: TMFString read FFdJustify; |
Internal wrapper for property Justify . This wrapper API may change, we advise to access simpler Justify instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FdLanguage: TSFString read FFdLanguage; |
Internal wrapper for property Language . This wrapper API may change, we advise to access simpler Language instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Language: String read GetLanguage write SetLanguage; |
|
 |
property FdLeftToRight: TSFBool read FFdLeftToRight; |
Internal wrapper for property LeftToRight . This wrapper API may change, we advise to access simpler LeftToRight instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property LeftToRight: Boolean read GetLeftToRight write SetLeftToRight; |
|
 |
property FdSize: TSFFloat read FFdSize; |
Internal wrapper for property Size . This wrapper API may change, we advise to access simpler Size instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Size: Single read GetSize write SetSize; |
|
 |
property FdSpacing: TSFFloat read FFdSpacing; |
Internal wrapper for property Spacing . This wrapper API may change, we advise to access simpler Spacing instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Spacing: Single read GetSpacing write SetSpacing; |
|
 |
property FdStyle: TSFStringEnum read FFdStyle; |
Internal wrapper for property Style . This wrapper API may change, we advise to access simpler Style instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FdTopToBottom: TSFBool read FFdTopToBottom; |
Internal wrapper for property TopToBottom . This wrapper API may change, we advise to access simpler TopToBottom instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property TopToBottom: Boolean read GetTopToBottom write SetTopToBottom; |
|
 |
property FdBlending: TSFBool read FFdBlending; |
Internal wrapper for property Blending . This wrapper API may change, we advise to access simpler Blending instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Blending: Boolean read GetBlending write SetBlending; |
|
Generated by PasDoc 0.16.0.