Jopnal Engine  alpha 0.4
Simple Component Based 2D/3D Game Engine
Public Member Functions | Public Attributes | List of all members
jop::Glyph Class Reference

#include <Glyph.hpp>

Public Member Functions

 Glyph ()
 Constructor. More...
 

Public Attributes

int advance
 Advance to next glyph. More...
 
Rect bounds
 Bounding boxes around glyph. More...
 
Rect textCoord
 Coordinates inside texture. More...
 

Detailed Description

Definition at line 43 of file Glyph.hpp.

Constructor & Destructor Documentation

jop::Glyph::Glyph ( )

Constructor.

Member Data Documentation

int jop::Glyph::advance

Advance to next glyph.

Definition at line 51 of file Glyph.hpp.

Rect jop::Glyph::bounds

Bounding boxes around glyph.

Definition at line 52 of file Glyph.hpp.

Rect jop::Glyph::textCoord

Coordinates inside texture.

Definition at line 53 of file Glyph.hpp.


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