public

Description

Public Attributes

   
   
std::pair< int, int > position
Pixel position of the glyph inside the bitmap.
   
std::pair< int, int > size
Pixel dimensions of the glyph inside the bitmap.
   
std::pair< int, int > offset
Pixel offset to the cursor for rendering the glyph.
   
int xAdvance
Pixel offset to advance the cursor after rendering the glyph.

Documentation

variable
Util::GlyphInfo::position

public
 
 
std::pair< int, int > position

Pixel position of the glyph inside the bitmap.

Defined in Util/Graphics/FontRenderer.h:25


variable
Util::GlyphInfo::size

public
 
 
std::pair< int, int > size

Pixel dimensions of the glyph inside the bitmap.

Defined in Util/Graphics/FontRenderer.h:27


variable
Util::GlyphInfo::offset

public
 
 
std::pair< int, int > offset

Pixel offset to the cursor for rendering the glyph.

Defined in Util/Graphics/FontRenderer.h:29


variable
Util::GlyphInfo::xAdvance

public
 
 
int xAdvance

Pixel offset to advance the cursor after rendering the glyph.

Defined in Util/Graphics/FontRenderer.h:31