OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::Font::GlyphInfo Struct Reference

Information about the position and size of a glyph in a texture. More...

#include <OgreFont.h>

+ Collaboration diagram for Ogre::Font::GlyphInfo:

Public Member Functions

 GlyphInfo (CodePoint id, const UVRect &rect, Real aspect)
 

Public Attributes

Real aspectRatio
 
CodePoint codePoint
 
UVRect uvRect
 

Detailed Description

Information about the position and size of a glyph in a texture.

Definition at line 142 of file OgreFont.h.

Constructor & Destructor Documentation

Ogre::Font::GlyphInfo::GlyphInfo ( CodePoint  id,
const UVRect rect,
Real  aspect 
)
inline

Definition at line 148 of file OgreFont.h.

Member Data Documentation

Real Ogre::Font::GlyphInfo::aspectRatio

Definition at line 146 of file OgreFont.h.

CodePoint Ogre::Font::GlyphInfo::codePoint

Definition at line 144 of file OgreFont.h.

UVRect Ogre::Font::GlyphInfo::uvRect

Definition at line 145 of file OgreFont.h.


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