Class TFontStyleNode_1

Unit

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

Public function Family: TX3DFontFamily;
Public function Bold: boolean;
Public function Italic: boolean;
Public function Font: TTextureFontData;
Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public class function ForVRMLVersion(const Version: TX3DVersion): Boolean; override;

Properties

Public property FdSize: TSFFloat read FFdSize;
Public property Size: Single read GetSize write SetSize;
Public property FdFamily: TSFEnum read FFdFamily;
Public property FdStyle: TSFBitMask read FFdStyle;
Public property FdBlending: TSFBool read FFdBlending;
Public property Blending: Boolean read GetBlending write SetBlending;

Description

Methods

Public function Family: TX3DFontFamily;
 
Public function Bold: boolean;
 
Public function Italic: boolean;
 
Public function Font: TTextureFontData;
 
Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public class function ForVRMLVersion(const Version: TX3DVersion): Boolean; override;
 

Properties

Public property FdSize: TSFFloat read FFdSize;

Internal wrapper for property Size. This wrapper API may change, we advise to access simpler Size instead.

Public property Size: Single read GetSize write SetSize;
 
Public property FdFamily: TSFEnum read FFdFamily;

Internal wrapper for property Family. This wrapper API may change, we advise to access simpler Family instead.

Public property FdStyle: TSFBitMask read FFdStyle;

Internal wrapper for property Style. This wrapper API may change, we advise to access simpler Style instead.

Public property FdBlending: TSFBool read FFdBlending;

Internal wrapper for property Blending. This wrapper API may change, we advise to access simpler Blending instead.

Public property Blending: Boolean read GetBlending write SetBlending;
 

Generated by PasDoc 0.16.0.