Class TScreenFontStyleNode
Unit
X3DNodes
Declaration
type TScreenFontStyleNode = class(TAbstractFontStyleNode)
Description
No description available, ancestor TAbstractFontStyleNode description follows
Base node type for all font style nodes.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property FdHorizontal: TSFBool read FFdHorizontal; |
|
 |
property FdJustify: TMFString read FFdJustify; |
|
 |
property FdLanguage: TSFString read FFdLanguage; |
|
 |
property FdLeftToRight: TSFBool read FFdLeftToRight; |
|
 |
property FdPointSize: TSFFloat read FFdPointSize; |
|
 |
property FdSpacing: TSFFloat read FFdSpacing; |
|
 |
property FdTopToBottom: TSFBool read FFdTopToBottom; |
|
 |
property Horizontal: boolean read GetHorizontal write SetHorizontal; |
|
 |
property Language: string read GetLanguage write SetLanguage; |
|
 |
property LeftToRight: boolean read GetLeftToRight write SetLeftToRight; |
|
 |
property PointSize: Single read GetPointSize write SetPointSize; |
|
 |
property Spacing: Single read GetSpacing write SetSpacing; |
|
 |
property TopToBottom: boolean read GetTopToBottom write SetTopToBottom; |
|
Generated by PasDoc 0.15.0.
|