MyGUI  3.2.0
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 Types inherited from MyGUI::IResource
typedef RTTIBase Base
typedef IResource RTTIBase
- Public Types inherited from MyGUI::ISerializable
typedef RTTIBase Base
typedef ISerializable RTTIBase
- Public Types inherited from MyGUI::IObject
typedef IObject 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
- Public Member Functions inherited from MyGUI::IResource
const std::string & getResourceName () const
- Public Member Functions inherited from MyGUI::ISerializable
 ISerializable ()
virtual ~ISerializable ()
virtual void serialization (xml::ElementPtr _node, Version _version)
- Public Member Functions inherited from MyGUI::IObject
template<typename Type >
Type * castType (bool _throw=true)
template<typename Type >
const Type * castType (bool _throw=true) const
 IObject ()
virtual ~IObject ()

Static Public Member Functions

static const std::string & getClassTypeName ()

Additional Inherited Members

- Protected Member Functions inherited from MyGUI::IResource
 IResource ()
virtual ~IResource ()
virtual void deserialization (xml::ElementPtr _node, Version _version)
- Protected Attributes inherited from MyGUI::IResource
std::string mResourceName

Detailed Description

Definition at line 35 of file MyGUI_IFont.h.

Member Typedef Documentation

Definition at line 38 of file MyGUI_IFont.h.

Definition at line 38 of file MyGUI_IFont.h.

Constructor & Destructor Documentation

MyGUI::IFont::IFont ( )
inline

Definition at line 41 of file MyGUI_IFont.h.

virtual MyGUI::IFont::~IFont ( )
inlinevirtual

Definition at line 42 of file MyGUI_IFont.h.

Member Function Documentation

static const std::string& MyGUI::IFont::getClassTypeName ( )
inlinestatic

Reimplemented from MyGUI::IResource.

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

Definition at line 38 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
inlinevirtual

Get type name as string

Reimplemented from MyGUI::IResource.

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

Definition at line 38 of file MyGUI_IFont.h.

virtual bool MyGUI::IFont::isType ( const std::type_info &  _type) const
inlinevirtual

Compare with selected type

Reimplemented from MyGUI::IResource.

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

Definition at line 38 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::ResourceTrueTypeFont, and MyGUI::ResourceManualFont.

Definition at line 38 of file MyGUI_IFont.h.


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