Linderdaum Engine: clFontFace Class Reference
Updated: Sun Feb 5 2012 22:59:50
clFontFace Class Reference

Single font face. More...

#include <TextRenderer.h>

List of all members.

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)

Detailed Description

Single font face.

Declared as an iObject to allow .NET/script marshalling

Family and style cannot be used yet


Constructor & Destructor Documentation

clFontFace::clFontFace ( ) [inline]
virtual clFontFace::~clFontFace ( ) [inline, virtual]

Member Data Documentation

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)

Face style flags (bold, italic, strike-out, underline)


The documentation for this class was generated from the following file: