Public Member Functions | Public Attributes

sp::video::SFontGlyph Struct Reference

#include <spRenderSystemFont.hpp>

Inheritance diagram for sp::video::SFontGlyph:
sp::video::SGlyph

List of all members.

Public Member Functions

 SFontGlyph ()
 SFontGlyph (const dim::rect2di &GlyphRect)
 SFontGlyph (const dim::rect2di &GlyphRect, s32 GlyphStartOffset, s32 GlyphDrawnWidth, s32 GlyphWhiteSpace)
 SFontGlyph (const SFontGlyph &Other)
virtual ~SFontGlyph ()
s32 getWidth () const
 Returns the complete glyph width.

Public Attributes

dim::rect2di Rect
s32 StartOffset
s32 DrawnWidth
s32 WhiteSpace

Constructor & Destructor Documentation

sp::video::SFontGlyph::SFontGlyph (  ) 
sp::video::SFontGlyph::SFontGlyph ( const dim::rect2di GlyphRect  ) 
sp::video::SFontGlyph::SFontGlyph ( const dim::rect2di GlyphRect,
s32  GlyphStartOffset,
s32  GlyphDrawnWidth,
s32  GlyphWhiteSpace 
)
sp::video::SFontGlyph::SFontGlyph ( const SFontGlyph Other  ) 
sp::video::SFontGlyph::~SFontGlyph (  )  [virtual]

Member Function Documentation

s32 sp::video::SFontGlyph::getWidth (  )  const [inline]

Returns the complete glyph width.


Member Data Documentation


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines