public |
Description
Public Attributes
Geometry::Rect | uvRect |
Geometry::Rect_i | screenRect |
int | xAdvance |
Public Functions
Glyph() | |
Glyph(int _xAdvance) | |
Glyph( Geometry::Rect _imageRect, Geometry::Rect_i _screenRect, int _xAdvance) | |
Glyph(const Glyph & o) | |
bool | isValid() const |
Glyph & | operator=(const Glyph & o) |
Documentation
variable
GUI::BitmapFont::Glyph::uvRect
public |
Geometry::Rect uvRect |
Defined in GUI/Base/Fonts/BitmapFont.h:57
variable
GUI::BitmapFont::Glyph::screenRect
public |
Geometry::Rect_i screenRect |
Defined in GUI/Base/Fonts/BitmapFont.h:58
variable
GUI::BitmapFont::Glyph::xAdvance
public |
int xAdvance |
Defined in GUI/Base/Fonts/BitmapFont.h:59
function
GUI::BitmapFont::Glyph::Glyph
public | inline |
Glyph( | ) |
Defined in GUI/Base/Fonts/BitmapFont.h:61
function
GUI::BitmapFont::Glyph::Glyph
public | inline |
Glyph( | int | _xAdvance ) |
Defined in GUI/Base/Fonts/BitmapFont.h:62
function
GUI::BitmapFont::Glyph::Glyph
public | inline |
Glyph( | Geometry::Rect | _imageRect, |
Geometry::Rect_i | _screenRect, | |
int | _xAdvance | |
) |
Defined in GUI/Base/Fonts/BitmapFont.h:63
function
GUI::BitmapFont::Glyph::Glyph
public | inline |
Glyph( | const Glyph & | o ) |
Defined in GUI/Base/Fonts/BitmapFont.h:65
function
GUI::BitmapFont::Glyph::isValid
public | const | inline |
bool isValid( | ) const |
Defined in GUI/Base/Fonts/BitmapFont.h:68
function
GUI::BitmapFont::Glyph::operator=
public |
Glyph & operator=( | const Glyph & | o ) |
Defined in GUI/Base/Fonts/BitmapFont.h:69