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 TAbstractX3DGroupingNode.FdChildren.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TFontStyleNode_1
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
class function ForVRMLVersion(const Version: TX3DVersion): boolean; override; |
![]() |
function Family: TX3DFontFamily; |
![]() |
function Bold: boolean; |
![]() |
function Italic: boolean; |
![]() |
function Font: TTextureFontData; |
Properties
![]() |
property FdSize: TSFFloat read FFdSize; |
![]() |
property FdFamily: TSFEnum read FFdFamily; |
![]() |
property FdStyle: TSFBitMask read FFdStyle; |
![]() |
property FdBlending: TSFBool read FFdBlending; |
![]() |
property Blending: boolean read GetBlending write SetBlending; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
class function ForVRMLVersion(const Version: TX3DVersion): boolean; override; |
![]() |
function Family: TX3DFontFamily; |
![]() |
function Bold: boolean; |
![]() |
function Italic: boolean; |
![]() |
function Font: TTextureFontData; |
Properties
![]() |
property FdSize: TSFFloat read FFdSize; |
![]() |
property FdFamily: TSFEnum read FFdFamily; |
![]() |
property FdStyle: TSFBitMask read FFdStyle; |
![]() |
property FdBlending: TSFBool read FFdBlending; |
![]() |
property Blending: boolean read GetBlending write SetBlending; |
Generated by PasDoc 0.16.0.