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 TAbstractGroupingNode.FdChildren.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function Bold: boolean; |
|
|
function Italic: boolean; |
|
|
procedure CreateNode; override; |
|
|
class function ClassX3DType: string; override; |
|
|
class function ForVRMLVersion(const Version: TX3DVersion): Boolean; override; |
|
Properties
|
property FdSize: TSFFloat read FFdSize; |
Internal wrapper for property Size. This wrapper API may change, we advise to access simpler Size instead.
|
|
property Size: Single read GetSize write SetSize; |
|
|
property FdFamily: TSFEnum read FFdFamily; |
Internal wrapper for property Family. This wrapper API may change, we advise to access simpler Family instead.
|
|
property FdStyle: TSFBitMask read FFdStyle; |
Internal wrapper for property Style . This wrapper API may change, we advise to access simpler Style instead.
|
|
property FdBlending: TSFBool read FFdBlending; |
Internal wrapper for property Blending. This wrapper API may change, we advise to access simpler Blending instead.
|
|
property Blending: Boolean read GetBlending write SetBlending; |
|
Generated by PasDoc 0.16.0.