| Linderdaum Engine: clFontFace Class Reference | ![]() |
Single font face. More...
#include <TextRenderer.h>
Public Member Functions | |
| clFontFace () | |
| virtual | ~clFontFace () |
Public Attributes | |
| std::string | FFileName |
| Source file name. | |
| std::string | FFamily |
| Font family. | |
| unsigned int | FStyle |
| Face style flags (bold, italic, strike-out, underline) | |
Single font face.
Declared as an iObject to allow .NET/script marshalling
Family and style cannot be used yet
| clFontFace::clFontFace | ( | ) | [inline] |
| virtual clFontFace::~clFontFace | ( | ) | [inline, virtual] |
| std::string clFontFace::FFamily |
Font family.
| std::string clFontFace::FFileName |
Source file name.
Property(Name=FileName, Type=string, FieldName=FFileName) Property(Name=Family, Type=string, FieldName=FFamily) Property(Name=Style, Type=int, FieldName=FStyle)
| unsigned int clFontFace::FStyle |
Face style flags (bold, italic, strike-out, underline)