![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
defines a FontStyle node of VRML of properties of geometry and its appearance. The size field specifies the height (in object space units) of glyphs rendered and determines the vertical spacing of adjacent lines of text. More...
#include <Vrml_FontStyle.hxx>
Public Member Functions | |
| Vrml_FontStyle (const double aSize=10, const Vrml_FontStyleFamily aFamily=Vrml_SERIF, const Vrml_FontStyleStyle aStyle=Vrml_NONE) | |
| void | SetSize (const double aSize) |
| double | Size () const |
| void | SetFamily (const Vrml_FontStyleFamily aFamily) |
| Vrml_FontStyleFamily | Family () const |
| void | SetStyle (const Vrml_FontStyleStyle aStyle) |
| Vrml_FontStyleStyle | Style () const |
| Standard_OStream & | Print (Standard_OStream &anOStream) const |
defines a FontStyle node of VRML of properties of geometry and its appearance. The size field specifies the height (in object space units) of glyphs rendered and determines the vertical spacing of adjacent lines of text.
| Vrml_FontStyle::Vrml_FontStyle | ( | const double | aSize = 10, |
| const Vrml_FontStyleFamily | aFamily = Vrml_SERIF, | ||
| const Vrml_FontStyleStyle | aStyle = Vrml_NONE ) |
| Vrml_FontStyleFamily Vrml_FontStyle::Family | ( | ) | const |
| Standard_OStream & Vrml_FontStyle::Print | ( | Standard_OStream & | anOStream | ) | const |
| void Vrml_FontStyle::SetFamily | ( | const Vrml_FontStyleFamily | aFamily | ) |
| void Vrml_FontStyle::SetStyle | ( | const Vrml_FontStyleStyle | aStyle | ) |
| double Vrml_FontStyle::Size | ( | ) | const |
| Vrml_FontStyleStyle Vrml_FontStyle::Style | ( | ) | const |