Choreonoid
1.8
|
VRML FontStyle node. More...
#include <VRML.h>
Public Member Functions | |
VRMLFontStyle () | |
virtual const char * | typeName () const override |
Public Member Functions inherited from cnoid::VRMLNode | |
VRMLNode () | |
virtual | ~VRMLNode () |
bool | isCategoryOf (VRMLNodeCategory category) |
Public Member Functions inherited from cnoid::Referenced | |
virtual | ~Referenced () |
Public Attributes | |
MFString | family |
SFBool | horizontal |
MFString | justify |
SFString | language |
SFBool | leftToRight |
SFFloat | size |
SFFloat | spacing |
SFString | style |
SFBool | topToBottom |
Public Attributes inherited from cnoid::VRMLNode | |
std::string | defName |
Additional Inherited Members | |
Protected Member Functions inherited from cnoid::Referenced | |
Referenced () | |
Referenced (const Referenced &) | |
int | refCount () const |
Protected Attributes inherited from cnoid::VRMLNode | |
std::bitset< NUM_VRML_NODE_CATEGORIES > | categorySet |
VRML FontStyle node.
VRMLFontStyle::VRMLFontStyle | ( | ) |
|
overridevirtual |
Implements cnoid::VRMLNode.
MFString cnoid::VRMLFontStyle::family |
SFBool cnoid::VRMLFontStyle::horizontal |
MFString cnoid::VRMLFontStyle::justify |
SFString cnoid::VRMLFontStyle::language |
SFBool cnoid::VRMLFontStyle::leftToRight |
SFFloat cnoid::VRMLFontStyle::size |
SFFloat cnoid::VRMLFontStyle::spacing |
SFString cnoid::VRMLFontStyle::style |
SFBool cnoid::VRMLFontStyle::topToBottom |