Public Types | Public Member Functions | Static Public Member Functions

MyGUI::IFont Class Reference

#include <MyGUI_IFont.h>

Inheritance diagram for MyGUI::IFont:

Public Types

typedef RTTIBase Base
typedef IFont RTTIBase

Public Member Functions

virtual const std::string & getTypeName () const
virtual bool isType (const std::type_info &_type) const
template<typename Type >
bool isType () const
 IFont ()
virtual ~IFont ()
virtual GlyphInfogetGlyphInfo (Char _id)=0
virtual ITexturegetTextureFont ()=0
virtual int getDefaultHeight ()=0

Static Public Member Functions

static const std::string & getClassTypeName ()

Detailed Description

Definition at line 35 of file MyGUI_IFont.h.


Member Typedef Documentation

Reimplemented from MyGUI::IResource.

Reimplemented in MyGUI::ResourceManualFont, and MyGUI::ResourceTrueTypeFont.

Definition at line 37 of file MyGUI_IFont.h.

Reimplemented from MyGUI::IResource.

Reimplemented in MyGUI::ResourceManualFont, and MyGUI::ResourceTrueTypeFont.

Definition at line 37 of file MyGUI_IFont.h.


Constructor & Destructor Documentation

MyGUI::IFont::IFont (  )  [inline]

Definition at line 40 of file MyGUI_IFont.h.

virtual MyGUI::IFont::~IFont (  )  [inline, virtual]

Definition at line 41 of file MyGUI_IFont.h.


Member Function Documentation

static const std::string& MyGUI::IFont::getClassTypeName (  )  [inline, static]

Reimplemented from MyGUI::IResource.

Reimplemented in MyGUI::ResourceManualFont, and MyGUI::ResourceTrueTypeFont.

Definition at line 37 of file MyGUI_IFont.h.

virtual int MyGUI::IFont::getDefaultHeight (  )  [pure virtual]
virtual GlyphInfo* MyGUI::IFont::getGlyphInfo ( Char  _id  )  [pure virtual]
virtual ITexture* MyGUI::IFont::getTextureFont (  )  [pure virtual]
virtual const std::string& MyGUI::IFont::getTypeName (  )  const [inline, virtual]

Get type name as string

Reimplemented from MyGUI::IResource.

Reimplemented in MyGUI::ResourceManualFont, and MyGUI::ResourceTrueTypeFont.

Definition at line 37 of file MyGUI_IFont.h.

virtual bool MyGUI::IFont::isType ( const std::type_info &  _type  )  const [inline, virtual]

Compare with selected type

Reimplemented from MyGUI::IResource.

Reimplemented in MyGUI::ResourceManualFont, and MyGUI::ResourceTrueTypeFont.

Definition at line 37 of file MyGUI_IFont.h.

template<typename Type >
bool MyGUI::IFont::isType (  )  const [inline]

Compare with selected type

Reimplemented from MyGUI::IResource.

Reimplemented in MyGUI::ResourceManualFont, and MyGUI::ResourceTrueTypeFont.

Definition at line 37 of file MyGUI_IFont.h.


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