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; |
|
Properties
|
property FdFamily: TMFString read FFdFamily; |
Internal wrapper for property Family . This wrapper API may change, we advise to access simpler Family instead.
|
|
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; |
|
|
property FdJustify: TMFString read FFdJustify; |
Internal wrapper for property Justify . This wrapper API may change, we advise to access simpler Justify instead.
|
|
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; |
|
|
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; |
|
|
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; |
|
|
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; |
|
|
property FdStyle: TSFStringEnum read FFdStyle; |
Internal wrapper for property Style. This wrapper API may change, we advise to access simpler Style instead.
|
|
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; |
|
Generated by PasDoc 0.16.0.