Class TFontStyleNode_1
Unit
X3DNodes
Declaration
type TFontStyleNode_1 = class(TAbstractChildNode)
Description
No description available, ancestor TAbstractChildNode description follows
Abstract node type that indicates that the node may be used as a child of a grouping node, e.g. inside TAbstractX3DGroupingNode.FdChildren.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function ForVRMLVersion(const Version: TX3DVersion): boolean; override; |
|
 |
function Bold: boolean; |
|
 |
function Italic: boolean; |
|
Properties
 |
property FdFamily: TSFEnum read FFdFamily; |
|
 |
property FdBlending: TSFBool read FFdBlending; |
|
 |
property Blending: boolean read GetBlending write SetBlending; |
|
Generated by PasDoc 0.15.0.
|