Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

OgreFont.h File Reference

#include "OgrePrerequisites.h"
#include "OgreResource.h"
#include "OgreTexture.h"
#include "OgreMaterial.h"

Go to the source code of this file.

Namespaces

namespace  Ogre

Defines

#define OGRE_NUM_GLYPHS   (256 - 32)
#define OGRE_GLYPH_INDEX(c)   c - 33

Enumerations

enum  FontType { FT_TRUETYPE = 1, FT_IMAGE = 2 }
 Enumerates the types of Font usable in the engine. More...


Define Documentation

#define OGRE_GLYPH_INDEX  )     c - 33
 

Definition at line 49 of file OgreFont.h.

Referenced by Ogre::Font::getGlyphAspectRatio(), Ogre::Font::getGlyphTexCoords(), Ogre::Font::setGlyphAspectRatio(), and Ogre::Font::setGlyphTexCoords().

#define OGRE_NUM_GLYPHS   (256 - 32)
 

Definition at line 45 of file OgreFont.h.


Enumeration Type Documentation

enum Ogre::FontType
 

Enumerates the types of Font usable in the engine.

Enumeration values:
FT_TRUETYPE  Generated from a truetype (.ttf) font.
FT_IMAGE  Loaded from an image created by an artist.

Definition at line 52 of file OgreFont.h.


Copyright © 2000-2005 by The OGRE Team
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Nov 12 10:50:15 2006