Jopnal Engine  alpha 0.4
Simple Component Based 2D/3D Game Engine
Public Attributes | List of all members
jop::Rect Struct Reference

#include <Glyph.hpp>

Public Attributes

int left
 Glyph's left border. More...
 
int right
 Glyph's right border. More...
 
int bottom
 Glyph's bottom border. More...
 
int top
 Glyph's top border. More...
 

Detailed Description

Glyph rectangle

Definition at line 35 of file Glyph.hpp.

Member Data Documentation

int jop::Rect::bottom

Glyph's bottom border.

Definition at line 39 of file Glyph.hpp.

int jop::Rect::left

Glyph's left border.

Definition at line 37 of file Glyph.hpp.

int jop::Rect::right

Glyph's right border.

Definition at line 38 of file Glyph.hpp.

int jop::Rect::top

Glyph's top border.

Definition at line 40 of file Glyph.hpp.


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